X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Flockdep_proc.c;h=d4aba4f3584c73c3faff6ff5a0b73e27f6a7c5fb;hb=2bcd57ab61e7cabed626226a3771617981c11ce1;hp=d4b3dbc79fdb353cde01ee5eef13b8cf203a34aa;hpb=7ef0143e2f898f9bf675c81bdf0e045c8dd53c57;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/lockdep_proc.c b/kernel/lockdep_proc.c index d4b3dbc79fdb..d4aba4f3584c 100644 --- a/kernel/lockdep_proc.c +++ b/kernel/lockdep_proc.c @@ -594,7 +594,7 @@ static int ls_show(struct seq_file *m, void *v) return 0; } -static struct seq_operations lockstat_ops = { +static const struct seq_operations lockstat_ops = { .start = ls_start, .next = ls_next, .stop = ls_stop,