tty: now phase out the ioctl file pointer for good
[deliverable/linux.git] / drivers / char / vme_scc.c
index 12de1202d22cc5b02dabd7362864d5120741cefc..96838640f5750d3c9d654f80b7065cf1ab754cbb 100644 (file)
@@ -75,7 +75,7 @@ static void scc_hungup(void  *ptr);
 static void scc_close(void  *ptr);
 static int scc_chars_in_buffer(void * ptr);
 static int scc_open(struct tty_struct * tty, struct file * filp);
-static int scc_ioctl(struct tty_struct * tty, struct file * filp,
+static int scc_ioctl(struct tty_struct * tty,
                      unsigned int cmd, unsigned long arg);
 static void scc_throttle(struct tty_struct *tty);
 static void scc_unthrottle(struct tty_struct *tty);
@@ -1046,7 +1046,7 @@ static void scc_unthrottle (struct tty_struct * tty)
 }
 
 
-static int scc_ioctl(struct tty_struct *tty, struct file *file,
+static int scc_ioctl(struct tty_struct *tty,
                     unsigned int cmd, unsigned long arg)
 {
        return -ENOIOCTLCMD;
This page took 0.024081 seconds and 5 git commands to generate.