]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/mxser.c
tiocmget: kill off the passing of the struct file
[karo-tx-linux.git] / drivers / char / mxser.c
index dd9d75351cd6a3362a0e768770222262fcf8a796..4d2f03ec06cdb7072f9ecb72fb8f6895fe17f10b 100644 (file)
@@ -1320,7 +1320,7 @@ static int mxser_get_lsr_info(struct mxser_port *info,
        return put_user(result, value);
 }
 
-static int mxser_tiocmget(struct tty_struct *tty, struct file *file)
+static int mxser_tiocmget(struct tty_struct *tty)
 {
        struct mxser_port *info = tty->driver_data;
        unsigned char control, status;