X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Fkernel%2Fsetup.c;h=a449e999027c8e663af133f956996c94a70197fc;hb=29ea5171cbd08a7ef37e543cbf02447033f0e289;hp=74c3466256586800730be7e19c94421a2050b877;hpb=4383f18b7f94a4d668c5eec68645c75d44556235;p=linux-2.6 diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c index 74c3466256..a449e99902 100644 --- a/arch/alpha/kernel/setup.c +++ b/arch/alpha/kernel/setup.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -1472,7 +1471,7 @@ c_stop(struct seq_file *f, void *v) { } -struct seq_operations cpuinfo_op = { +const struct seq_operations cpuinfo_op = { .start = c_start, .next = c_next, .stop = c_stop,