tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / drivers / char / amiserial.c
index 6ee3348bc3e4c922c3f9733830905c199ef85c29..bc67e68390596ea9f08af9cc34d7dd501628d84e 100644 (file)
@@ -1194,7 +1194,7 @@ static int get_lsr_info(struct async_struct * info, unsigned int __user *value)
 }
 
 
-static int rs_tiocmget(struct tty_struct *tty, struct file *file)
+static int rs_tiocmget(struct tty_struct *tty)
 {
        struct async_struct * info = tty->driver_data;
        unsigned char control, status;