Skip to content

Commit

Permalink
[IA64] s/termios/ktermios/ in simserial.c
Browse files Browse the repository at this point in the history
This got missed in 606d099

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Dec 12, 2006
1 parent 53da576 commit f889a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/hp/sim/simserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f889a26

Please sign in to comment.