X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2Flockdep_proc.c;h=d4aba4f3584c73c3faff6ff5a0b73e27f6a7c5fb;hb=7be6d991bca63bbcdc5bc3b09789f367a3486537;hp=d4b3dbc79fdb353cde01ee5eef13b8cf203a34aa;hpb=bbe69aa57a7374b51242b95a54eefcf0d0393b7e;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/lockdep_proc.c b/kernel/lockdep_proc.c index d4b3dbc..d4aba4f 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,