diff options
author | Tony Luck <tony.luck@intel.com> | 2006-12-12 10:47:36 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-12-12 10:47:36 -0800 |
commit | f889a26a703b03c774849685583cec7746738f3c (patch) | |
tree | 41c44593d2881d4f87e3d23d1d805664b23c3acb /arch | |
parent | 53da5763bf129def6fe69ea5301d625ce9a86edf (diff) |
[IA64] s/termios/ktermios/ in simserial.c
This got missed in 606d099cdd1080bbb50ea50dc52d98252f8f10a1
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/hp/sim/simserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/hp/sim/simserial.c b/arch/ia64/hp/sim/simserial.c index 1f16ebb9a800..324ea7565e2c 100644 --- a/arch/ia64/hp/sim/simserial.c +++ b/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; |