X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Flockdep_proc.c;h=d4aba4f3584c73c3faff6ff5a0b73e27f6a7c5fb;hb=278498d438781426d8f315b65f7bca023a26fcc0;hp=d4b3dbc79fdb353cde01ee5eef13b8cf203a34aa;hpb=ba313e68facf190317d8db3afdc0f0028c963a96;p=~andy%2Flinux diff --git a/kernel/lockdep_proc.c b/kernel/lockdep_proc.c index d4b3dbc79fd..d4aba4f3584 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,