diff options
Diffstat (limited to 'drivers/input/misc/uinput.c')
-rw-r--r-- | drivers/input/misc/uinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/uinput.c b/drivers/input/misc/uinput.c index 9516439b7c78..42556232c523 100644 --- a/drivers/input/misc/uinput.c +++ b/drivers/input/misc/uinput.c | |||
@@ -627,7 +627,7 @@ static long uinput_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | |||
627 | return retval; | 627 | return retval; |
628 | } | 628 | } |
629 | 629 | ||
630 | static struct file_operations uinput_fops = { | 630 | static const struct file_operations uinput_fops = { |
631 | .owner = THIS_MODULE, | 631 | .owner = THIS_MODULE, |
632 | .open = uinput_open, | 632 | .open = uinput_open, |
633 | .release = uinput_release, | 633 | .release = uinput_release, |