tiocmget: kill off the passing of the struct file
[firefly-linux-kernel-4.4.55.git] / drivers / usb / serial / io_ti.c
index 22506b095c4f6e691ea60ae7cf2e0bf5d2593004..7cb9f5cb91f3c2fe835d44f825b7cc2c7727d221 100644 (file)
@@ -2477,7 +2477,7 @@ static int edge_tiocmset(struct tty_struct *tty, struct file *file,
        return 0;
 }
 
-static int edge_tiocmget(struct tty_struct *tty, struct file *file)
+static int edge_tiocmget(struct tty_struct *tty)
 {
        struct usb_serial_port *port = tty->driver_data;
        struct edgeport_port *edge_port = usb_get_serial_port_data(port);