tiocmset: kill the file pointer argument
[sfrench/cifs-2.6.git] / drivers / char / stallion.c
index 8c2bf3fb5b8978fdb8b2fe5e456bf6047819934c..c42dbffbed16b47caea6cecfd29466e88171ff2f 100644 (file)
@@ -1107,7 +1107,7 @@ static int stl_tiocmget(struct tty_struct *tty)
        return stl_getsignals(portp);
 }
 
-static int stl_tiocmset(struct tty_struct *tty, struct file *file,
+static int stl_tiocmset(struct tty_struct *tty,
                        unsigned int set, unsigned int clear)
 {
        struct stlport  *portp;