diff options
Diffstat (limited to 'drivers/char/esp.c')
-rw-r--r-- | drivers/char/esp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/esp.c b/drivers/char/esp.c index 93b551962513..d1bfbaa2aa02 100644 --- a/drivers/char/esp.c +++ b/drivers/char/esp.c | |||
@@ -1915,7 +1915,7 @@ static int rs_ioctl(struct tty_struct *tty, struct file * file, | |||
1915 | return 0; | 1915 | return 0; |
1916 | } | 1916 | } |
1917 | 1917 | ||
1918 | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) | 1918 | static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) |
1919 | { | 1919 | { |
1920 | struct esp_struct *info = (struct esp_struct *)tty->driver_data; | 1920 | struct esp_struct *info = (struct esp_struct *)tty->driver_data; |
1921 | unsigned long flags; | 1921 | unsigned long flags; |