aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r--kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index b946761f84bd..b466afa4e148 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -1349,7 +1349,7 @@ static int __kprobes show_kprobe_addr(struct seq_file *pi, void *v)
1349 return 0; 1349 return 0;
1350} 1350}
1351 1351
1352static struct seq_operations kprobes_seq_ops = { 1352static const struct seq_operations kprobes_seq_ops = {
1353 .start = kprobe_seq_start, 1353 .start = kprobe_seq_start,
1354 .next = kprobe_seq_next, 1354 .next = kprobe_seq_next,
1355 .stop = kprobe_seq_stop, 1355 .stop = kprobe_seq_stop,