]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/class/cdc-acm.c
tiocmget: kill off the passing of the struct file
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / class / cdc-acm.c
index d6ede989ff226ceab95c674add29581918aa114c..2ae996b7ce7be3fdb9148ab6abf2d20c30062df5 100644 (file)
@@ -776,7 +776,7 @@ static int acm_tty_break_ctl(struct tty_struct *tty, int state)
        return retval;
 }
 
-static int acm_tty_tiocmget(struct tty_struct *tty, struct file *file)
+static int acm_tty_tiocmget(struct tty_struct *tty)
 {
        struct acm *acm = tty->driver_data;