]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/riscom8.c
tiocmget: kill off the passing of the struct file
[mv-sheeva.git] / drivers / char / riscom8.c
index af4de1fe84454eca88f3921cfe786282e14fdf37..5d0c98456c93089f2542d7b8b0044299bc17c76c 100644 (file)
@@ -1086,7 +1086,7 @@ static int rc_chars_in_buffer(struct tty_struct *tty)
        return port->xmit_cnt;
 }
 
-static int rc_tiocmget(struct tty_struct *tty, struct file *file)
+static int rc_tiocmget(struct tty_struct *tty)
 {
        struct riscom_port *port = tty->driver_data;
        struct riscom_board *bp;