diff options
Diffstat (limited to 'drivers/char/nozomi.c')
-rw-r--r-- | drivers/char/nozomi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/nozomi.c b/drivers/char/nozomi.c index 294d03e8c61a..0e1dff2ffb1e 100644 --- a/drivers/char/nozomi.c +++ b/drivers/char/nozomi.c | |||
@@ -1750,7 +1750,7 @@ static int ntty_write_room(struct tty_struct *tty) | |||
1750 | } | 1750 | } |
1751 | 1751 | ||
1752 | /* Gets io control parameters */ | 1752 | /* Gets io control parameters */ |
1753 | static int ntty_tiocmget(struct tty_struct *tty, struct file *file) | 1753 | static int ntty_tiocmget(struct tty_struct *tty) |
1754 | { | 1754 | { |
1755 | const struct port *port = tty->driver_data; | 1755 | const struct port *port = tty->driver_data; |
1756 | const struct ctrl_dl *ctrl_dl = &port->ctrl_dl; | 1756 | const struct ctrl_dl *ctrl_dl = &port->ctrl_dl; |