diff options
Diffstat (limited to 'drivers/hid/hidraw.c')
-rw-r--r-- | drivers/hid/hidraw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index a3866b5c0c43..925992f549f0 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c | |||
@@ -340,6 +340,7 @@ static const struct file_operations hidraw_ops = { | |||
340 | .open = hidraw_open, | 340 | .open = hidraw_open, |
341 | .release = hidraw_release, | 341 | .release = hidraw_release, |
342 | .unlocked_ioctl = hidraw_ioctl, | 342 | .unlocked_ioctl = hidraw_ioctl, |
343 | .llseek = noop_llseek, | ||
343 | }; | 344 | }; |
344 | 345 | ||
345 | void hidraw_report_event(struct hid_device *hid, u8 *data, int len) | 346 | void hidraw_report_event(struct hid_device *hid, u8 *data, int len) |