diff options
Diffstat (limited to 'drivers/char/n_r3964.c')
-rw-r--r-- | drivers/char/n_r3964.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/n_r3964.c b/drivers/char/n_r3964.c index 203dc2b661d5..103d338f21e2 100644 --- a/drivers/char/n_r3964.c +++ b/drivers/char/n_r3964.c | |||
@@ -142,7 +142,7 @@ static ssize_t r3964_write(struct tty_struct * tty, struct file * file, | |||
142 | const unsigned char * buf, size_t nr); | 142 | const unsigned char * buf, size_t nr); |
143 | static int r3964_ioctl(struct tty_struct * tty, struct file * file, | 143 | static int r3964_ioctl(struct tty_struct * tty, struct file * file, |
144 | unsigned int cmd, unsigned long arg); | 144 | unsigned int cmd, unsigned long arg); |
145 | static void r3964_set_termios(struct tty_struct *tty, struct termios * old); | 145 | static void r3964_set_termios(struct tty_struct *tty, struct ktermios * old); |
146 | static unsigned int r3964_poll(struct tty_struct * tty, struct file * file, | 146 | static unsigned int r3964_poll(struct tty_struct * tty, struct file * file, |
147 | struct poll_table_struct *wait); | 147 | struct poll_table_struct *wait); |
148 | static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp, | 148 | static void r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp, |
@@ -1347,7 +1347,7 @@ static int r3964_ioctl(struct tty_struct * tty, struct file * file, | |||
1347 | } | 1347 | } |
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | static void r3964_set_termios(struct tty_struct *tty, struct termios * old) | 1350 | static void r3964_set_termios(struct tty_struct *tty, struct ktermios * old) |
1351 | { | 1351 | { |
1352 | TRACE_L("set_termios"); | 1352 | TRACE_L("set_termios"); |
1353 | } | 1353 | } |