tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / net / irda / ircomm / ircomm_tty_ioctl.c
index 24cb3aa2bbfbd779e99fd393661fb5fb35fb8e7b..bb47caeba7e683eb555774a91bbe87608890f7fa 100644 (file)
@@ -189,12 +189,12 @@ void ircomm_tty_set_termios(struct tty_struct *tty,
 }
 
 /*
- * Function ircomm_tty_tiocmget (tty, file)
+ * Function ircomm_tty_tiocmget (tty)
  *
  *
  *
  */
-int ircomm_tty_tiocmget(struct tty_struct *tty, struct file *file)
+int ircomm_tty_tiocmget(struct tty_struct *tty)
 {
        struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) tty->driver_data;
        unsigned int result;