tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / drivers / usb / serial / ark3116.c
index 8f1d4fb19d24ee5791e8632f1b0cbcde8af935e0..35b610aa3f92953e2412f0a42c53936dc2806130 100644 (file)
@@ -485,7 +485,7 @@ static int ark3116_ioctl(struct tty_struct *tty, struct file *file,
        return -ENOIOCTLCMD;
 }
 
-static int ark3116_tiocmget(struct tty_struct *tty, struct file *file)
+static int ark3116_tiocmget(struct tty_struct *tty)
 {
        struct usb_serial_port *port = tty->driver_data;
        struct ark3116_private *priv = usb_get_serial_port_data(port);