diff options
Diffstat (limited to 'drivers/char/serial167.c')
-rw-r--r-- | drivers/char/serial167.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c index fda90643ead7..89ac542ffff2 100644 --- a/drivers/char/serial167.c +++ b/drivers/char/serial167.c | |||
@@ -1331,8 +1331,7 @@ static int cy_tiocmget(struct tty_struct *tty) | |||
1331 | } /* cy_tiocmget */ | 1331 | } /* cy_tiocmget */ |
1332 | 1332 | ||
1333 | static int | 1333 | static int |
1334 | cy_tiocmset(struct tty_struct *tty, struct file *file, | 1334 | cy_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) |
1335 | unsigned int set, unsigned int clear) | ||
1336 | { | 1335 | { |
1337 | struct cyclades_port *info = tty->driver_data; | 1336 | struct cyclades_port *info = tty->driver_data; |
1338 | int channel; | 1337 | int channel; |