diff options
Diffstat (limited to 'drivers/char/serial167.c')
-rw-r--r-- | drivers/char/serial167.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c index 9ba13af234be..af50d32ae2c7 100644 --- a/drivers/char/serial167.c +++ b/drivers/char/serial167.c | |||
@@ -1695,7 +1695,7 @@ cy_ioctl(struct tty_struct *tty, struct file * file, | |||
1695 | 1695 | ||
1696 | 1696 | ||
1697 | static void | 1697 | static void |
1698 | cy_set_termios(struct tty_struct *tty, struct termios * old_termios) | 1698 | cy_set_termios(struct tty_struct *tty, struct ktermios * old_termios) |
1699 | { | 1699 | { |
1700 | struct cyclades_port *info = (struct cyclades_port *)tty->driver_data; | 1700 | struct cyclades_port *info = (struct cyclades_port *)tty->driver_data; |
1701 | 1701 | ||