]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/kprobes.c
Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / kernel / kprobes.c
index ef177d653b2cb791b11f98723d3afe5ada5ac586..cfadc1291d0badb247275feacb720fa3408b9c44 100644 (file)
@@ -1321,7 +1321,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,