]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] s/termios/ktermios/ in simserial.c
authorTony Luck <tony.luck@intel.com>
Tue, 12 Dec 2006 18:47:36 +0000 (10:47 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 12 Dec 2006 18:47:36 +0000 (10:47 -0800)
This got missed in 606d099cdd1080bbb50ea50dc52d98252f8f10a1

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/sim/simserial.c

index 1f16ebb9a800f27faf1e82fee40c31c8b57aba29..324ea7565e2c14f90df86a561e202eb0d63a4382 100644 (file)
@@ -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;