tty: USB does not need the filp argument in the drivers
[deliverable/linux.git] / drivers / usb / serial / keyspan_pda.c
index d0b12e40c2b105e2b41cc44f71eba3ea04a1cc29..257c16cc6b2abb68793da0ea2c882c3fea664f1f 100644 (file)
@@ -681,7 +681,7 @@ static int keyspan_pda_carrier_raised(struct usb_serial_port *port)
 
 
 static int keyspan_pda_open(struct tty_struct *tty,
-                       struct usb_serial_port *port, struct file *filp)
+                                       struct usb_serial_port *port)
 {
        struct usb_serial *serial = port->serial;
        unsigned char room;
This page took 0.036473 seconds and 5 git commands to generate.