llseek: automatically add .llseek fop
[linux-flexiantxendom0-natty.git] / drivers / input / evdev.c
index c908c5f..5133036 100644 (file)
@@ -761,7 +761,8 @@ static const struct file_operations evdev_fops = {
        .compat_ioctl   = evdev_ioctl_compat,
 #endif
        .fasync         = evdev_fasync,
-       .flush          = evdev_flush
+       .flush          = evdev_flush,
+       .llseek         = no_llseek,
 };
 
 static int evdev_install_chrdev(struct evdev *evdev)