tiocmget: kill off the passing of the struct file
[firefly-linux-kernel-4.4.55.git] / include / net / irda / ircomm_tty.h
index 87699cb4ef8ce02abfc3658b77b2979f1c3c2e58..fa3793b5392dc5721c5c21521342dba9aeceedc8 100644 (file)
@@ -120,14 +120,13 @@ struct ircomm_tty_cb {
 void ircomm_tty_start(struct tty_struct *tty);
 void ircomm_tty_check_modem_status(struct ircomm_tty_cb *self);
 
-extern int ircomm_tty_tiocmget(struct tty_struct *tty, struct file *file);
+extern int ircomm_tty_tiocmget(struct tty_struct *tty);
 extern int ircomm_tty_tiocmset(struct tty_struct *tty, struct file *file,
                               unsigned int set, unsigned int clear);
 extern int ircomm_tty_ioctl(struct tty_struct *tty, struct file *file, 
                            unsigned int cmd, unsigned long arg);
 extern void ircomm_tty_set_termios(struct tty_struct *tty, 
-                                  struct termios *old_termios);
-extern hashbin_t *ircomm_tty;
+                                  struct ktermios *old_termios);
 
 #endif