]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/input/mousedev.c
llseek: automatically add .llseek fop
[net-next-2.6.git] / drivers / input / mousedev.c
index d528a2dba06418eb5e80097552463e9abec5db05..31ec7265aac63806060a665278afc70d6e18946f 100644 (file)
@@ -792,6 +792,7 @@ static const struct file_operations mousedev_fops = {
        .open =         mousedev_open,
        .release =      mousedev_release,
        .fasync =       mousedev_fasync,
+       .llseek = noop_llseek,
 };
 
 static int mousedev_install_chrdev(struct mousedev *mousedev)