Browse Source

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

This got missed in 606d099cdd1080bbb50ea50dc52d98252f8f10a1

Signed-off-by: Tony Luck <tony.luck@intel.com>
Tony Luck 18 years ago
parent
commit
f889a26a70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/ia64/hp/sim/simserial.c

+ 1 - 1
arch/ia64/hp/sim/simserial.c

@@ -488,7 +488,7 @@ static int rs_ioctl(struct tty_struct *tty, struct file * file,
 
 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
 
-static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
+static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
 {
 	unsigned int cflag = tty->termios->c_cflag;