]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/kprobes.c
Merge commit 'linus/master' into tracing/kprobes
[karo-tx-linux.git] / kernel / kprobes.c
index b946761f84bd33d90eabab1596e635f43f0cb113..b466afa4e1481e394ef493752cc3e9badf3bf25d 100644 (file)
@@ -1349,7 +1349,7 @@ static int __kprobes show_kprobe_addr(struct seq_file *pi, void *v)
        return 0;
 }
 
-static struct seq_operations kprobes_seq_ops = {
+static const struct seq_operations kprobes_seq_ops = {
        .start = kprobe_seq_start,
        .next  = kprobe_seq_next,
        .stop  = kprobe_seq_stop,