diff options
Diffstat (limited to 'drivers/isdn/gigaset')
-rw-r--r-- | drivers/isdn/gigaset/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/interface.c b/drivers/isdn/gigaset/interface.c index 7edea015867e..458b6462f937 100644 --- a/drivers/isdn/gigaset/interface.c +++ b/drivers/isdn/gigaset/interface.c | |||
@@ -127,7 +127,7 @@ static int if_write_room(struct tty_struct *tty); | |||
127 | static int if_chars_in_buffer(struct tty_struct *tty); | 127 | static int if_chars_in_buffer(struct tty_struct *tty); |
128 | static void if_throttle(struct tty_struct *tty); | 128 | static void if_throttle(struct tty_struct *tty); |
129 | static void if_unthrottle(struct tty_struct *tty); | 129 | static void if_unthrottle(struct tty_struct *tty); |
130 | static void if_set_termios(struct tty_struct *tty, struct termios *old); | 130 | static void if_set_termios(struct tty_struct *tty, struct ktermios *old); |
131 | static int if_tiocmget(struct tty_struct *tty, struct file *file); | 131 | static int if_tiocmget(struct tty_struct *tty, struct file *file); |
132 | static int if_tiocmset(struct tty_struct *tty, struct file *file, | 132 | static int if_tiocmset(struct tty_struct *tty, struct file *file, |
133 | unsigned int set, unsigned int clear); | 133 | unsigned int set, unsigned int clear); |
@@ -490,7 +490,7 @@ static void if_unthrottle(struct tty_struct *tty) | |||
490 | mutex_unlock(&cs->mutex); | 490 | mutex_unlock(&cs->mutex); |
491 | } | 491 | } |
492 | 492 | ||
493 | static void if_set_termios(struct tty_struct *tty, struct termios *old) | 493 | static void if_set_termios(struct tty_struct *tty, struct ktermios *old) |
494 | { | 494 | { |
495 | struct cardstate *cs; | 495 | struct cardstate *cs; |
496 | unsigned int iflag; | 496 | unsigned int iflag; |