tty: move the termios object into the tty
[deliverable/linux.git] / arch / ia64 / hp / sim / simserial.c
index c34785dca92b8c7ce590c2460f6c9ddab4b65f30..1ce97f497d23952d1b8357f18cf2432c96ddf00e 100644 (file)
@@ -338,7 +338,7 @@ static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
 {
        /* Handle turning off CRTSCTS */
        if ((old_termios->c_cflag & CRTSCTS) &&
-           !(tty->termios->c_cflag & CRTSCTS)) {
+           !(tty->termios.c_cflag & CRTSCTS)) {
                tty->hw_stopped = 0;
        }
 }
This page took 0.053014 seconds and 5 git commands to generate.