]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/serial/mos7840.c
tiocmget: kill off the passing of the struct file
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / serial / mos7840.c
index 5627993f9e418a33fa064db6161d553c005476ee..ee0dc9a0890c2a7636c9c88f5332b52439ada9bd 100644 (file)
@@ -1644,7 +1644,7 @@ static void mos7840_unthrottle(struct tty_struct *tty)
        }
 }
 
-static int mos7840_tiocmget(struct tty_struct *tty, struct file *file)
+static int mos7840_tiocmget(struct tty_struct *tty)
 {
        struct usb_serial_port *port = tty->driver_data;
        struct moschip_port *mos7840_port;