tty: now phase out the ioctl file pointer for good
[linux-2.6-block.git] / drivers / tty / serial / 68360serial.c
index 2a52cf14ce504b0c7b6fdd3ec27c3086ea60135d..514a356d8d6454c60dba07957fa8cc3795c17533 100644 (file)
@@ -1271,7 +1271,7 @@ static int rs_360_tiocmget(struct tty_struct *tty)
        return result;
 }
 
-static int rs_360_tiocmset(struct tty_struct *tty, struct file *file,
+static int rs_360_tiocmset(struct tty_struct *tty,
                           unsigned int set, unsigned int clear)
 {
 #ifdef modem_control
@@ -1405,7 +1405,7 @@ static int rs_360_get_icount(struct tty_struct *tty,
        return 0;
 }
 
-static int rs_360_ioctl(struct tty_struct *tty, struct file * file,
+static int rs_360_ioctl(struct tty_struct *tty,
                    unsigned int cmd, unsigned long arg)
 {
        int error;