tty: USB does not need the filp argument in the drivers
[deliverable/linux.git] / drivers / usb / serial / mos7840.c
index b93f0f992d9f65d284d56786c34d4fc396fde1f3..f11abf52be7db6b6e2afb082d86c8abd8fbd49e2 100644 (file)
@@ -824,8 +824,7 @@ static int mos7840_serial_probe(struct usb_serial *serial,
  *     Otherwise we return a negative error number.
  *****************************************************************************/
 
-static int mos7840_open(struct tty_struct *tty,
-                       struct usb_serial_port *port, struct file *filp)
+static int mos7840_open(struct tty_struct *tty, struct usb_serial_port *port)
 {
        int response;
        int j;
This page took 0.025183 seconds and 5 git commands to generate.