[IA64] s/termios/ktermios/ in simserial.c

This got missed in 606d099cdd1080bbb50ea50dc52d98252f8f10a1

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck f889a26a 53da5763

+1 -1
+1 -1
arch/ia64/hp/sim/simserial.c
··· 488 488 489 489 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) 490 490 491 - static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) 491 + static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) 492 492 { 493 493 unsigned int cflag = tty->termios->c_cflag; 494 494