[PATCH] tty: switch to ktermios
[safe/jmp/linux-2.6] / drivers / char / n_tty.c
index 603b9ad..e96a00f 100644 (file)
@@ -994,7 +994,7 @@ int is_ignored(int sig)
  *     when the ldisc is closed.
  */
  
-static void n_tty_set_termios(struct tty_struct *tty, struct termios * old)
+static void n_tty_set_termios(struct tty_struct *tty, struct ktermios * old)
 {
        if (!tty)
                return;