diff options
Diffstat (limited to 'drivers/input/serio/serport.c')
| -rw-r--r-- | drivers/input/serio/serport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/serport.c b/drivers/input/serio/serport.c index 7ff71ba7b7c9..b9694b6445d0 100644 --- a/drivers/input/serio/serport.c +++ b/drivers/input/serio/serport.c | |||
| @@ -216,7 +216,7 @@ static void serport_ldisc_write_wakeup(struct tty_struct * tty) | |||
| 216 | * The line discipline structure. | 216 | * The line discipline structure. |
| 217 | */ | 217 | */ |
| 218 | 218 | ||
| 219 | static struct tty_ldisc serport_ldisc = { | 219 | static struct tty_ldisc_ops serport_ldisc = { |
| 220 | .owner = THIS_MODULE, | 220 | .owner = THIS_MODULE, |
| 221 | .name = "input", | 221 | .name = "input", |
| 222 | .open = serport_ldisc_open, | 222 | .open = serport_ldisc_open, |
