tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / drivers / usb / serial / iuu_phoenix.c
index 99b97c04896f9402b37458106e6e3288c01575bb..1d96142f135a45e3775b0f494d0fe8ad45f1d825 100644 (file)
@@ -179,7 +179,7 @@ static int iuu_tiocmset(struct tty_struct *tty, struct file *file,
  * When no card , the reader respond with TIOCM_CD
  * This is known as CD autodetect mechanism
  */
-static int iuu_tiocmget(struct tty_struct *tty, struct file *file)
+static int iuu_tiocmget(struct tty_struct *tty)
 {
        struct usb_serial_port *port = tty->driver_data;
        struct iuu_private *priv = usb_get_serial_port_data(port);