]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/serial/ark3116.c
tiocmset: kill the file pointer argument
[mirror_ubuntu-artful-kernel.git] / drivers / usb / serial / ark3116.c
index 35b610aa3f92953e2412f0a42c53936dc2806130..2f837e98333930ab5fd7b0c4b39c5c3953c61302 100644 (file)
@@ -511,7 +511,7 @@ static int ark3116_tiocmget(struct tty_struct *tty)
                (ctrl   & UART_MCR_OUT2 ? TIOCM_OUT2 : 0);
 }
 
-static int ark3116_tiocmset(struct tty_struct *tty, struct file *file,
+static int ark3116_tiocmset(struct tty_struct *tty,
                        unsigned set, unsigned clr)
 {
        struct usb_serial_port *port = tty->driver_data;