tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / include / linux / tty_driver.h
index c3d43eb4150c2155c4eb34b54d6ca92123a0af7f..9539d74171db2ecbbe9eaf654f26df9d3618bcd2 100644 (file)
@@ -271,7 +271,7 @@ struct tty_operations {
        void (*set_ldisc)(struct tty_struct *tty);
        void (*wait_until_sent)(struct tty_struct *tty, int timeout);
        void (*send_xchar)(struct tty_struct *tty, char ch);
-       int (*tiocmget)(struct tty_struct *tty, struct file *file);
+       int (*tiocmget)(struct tty_struct *tty);
        int (*tiocmset)(struct tty_struct *tty, struct file *file,
                        unsigned int set, unsigned int clear);
        int (*resize)(struct tty_struct *tty, struct winsize *ws);