aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/evdev.c')
-rw-r--r--drivers/input/evdev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c
index af9ee313c10b..535fea4fe67f 100644
--- a/drivers/input/evdev.c
+++ b/drivers/input/evdev.c
@@ -767,7 +767,8 @@ static const struct file_operations evdev_fops = {
767 .compat_ioctl = evdev_ioctl_compat, 767 .compat_ioctl = evdev_ioctl_compat,
768#endif 768#endif
769 .fasync = evdev_fasync, 769 .fasync = evdev_fasync,
770 .flush = evdev_flush 770 .flush = evdev_flush,
771 .llseek = no_llseek,
771}; 772};
772 773
773static int evdev_install_chrdev(struct evdev *evdev) 774static int evdev_install_chrdev(struct evdev *evdev)