aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/input.c b/drivers/input/input.c
index 6ee8af8963f..f02c242c311 100644
--- a/drivers/input/input.c
+++ b/drivers/input/input.c
@@ -821,7 +821,7 @@ static int input_devices_seq_show(struct seq_file *seq, void *v)
821 return 0; 821 return 0;
822} 822}
823 823
824static struct seq_operations input_devices_seq_ops = { 824static const struct seq_operations input_devices_seq_ops = {
825 .start = input_devices_seq_start, 825 .start = input_devices_seq_start,
826 .next = input_devices_seq_next, 826 .next = input_devices_seq_next,
827 .stop = input_devices_seq_stop, 827 .stop = input_devices_seq_stop,
@@ -874,7 +874,7 @@ static int input_handlers_seq_show(struct seq_file *seq, void *v)
874 874
875 return 0; 875 return 0;
876} 876}
877static struct seq_operations input_handlers_seq_ops = { 877static const struct seq_operations input_handlers_seq_ops = {
878 .start = input_handlers_seq_start, 878 .start = input_handlers_seq_start,
879 .next = input_handlers_seq_next, 879 .next = input_handlers_seq_next,
880 .stop = input_handlers_seq_stop, 880 .stop = input_handlers_seq_stop,