mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
[IA64] s/termios/ktermios/ in simserial.c
This got missed in 606d099cdd
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
53da5763bf
commit
f889a26a70
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user