aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c
index 4e71ebb4ed49..a449e999027c 100644
--- a/arch/alpha/kernel/setup.c
+++ b/arch/alpha/kernel/setup.c
@@ -1471,7 +1471,7 @@ c_stop(struct seq_file *f, void *v)
1471{ 1471{
1472} 1472}
1473 1473
1474struct seq_operations cpuinfo_op = { 1474const struct seq_operations cpuinfo_op = {
1475 .start = c_start, 1475 .start = c_start,
1476 .next = c_next, 1476 .next = c_next,
1477 .stop = c_stop, 1477 .stop = c_stop,