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 47d70c523d9..bb98fa87aa8 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -329,6 +329,7 @@ static const struct file_operations hidraw_ops = {  	.open =         hidraw_open,  	.release =      hidraw_release,  	.unlocked_ioctl = hidraw_ioctl, +	.llseek =	noop_llseek,  };  void hidraw_report_event(struct hid_device *hid, u8 *data, int len)  |