projects
/
~shefty
/
rdma-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[~shefty/rdma-dev.git]
/
drivers
/
input
/
mousedev.c
diff --git
a/drivers/input/mousedev.c
b/drivers/input/mousedev.c
index 98973340d042ca0257f252e7640ff05032d9cf7c..2a00ddf4f23a3b469c621be77b08c4d6b943c428 100644
(file)
--- a/
drivers/input/mousedev.c
+++ b/
drivers/input/mousedev.c
@@
-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)