summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h
diff options
context:
space:
mode:
authorAndi Kleen2012-10-05 02:12:07 +0200
committerLinus Torvalds2012-10-05 20:04:44 +0200
commit17f3609c21706b377ad80b5251558ed700c2af17 (patch)
treed4e41f77ec4fc92aaa86e552fd4e383dbf78c9f1 /include/linux/percpu.h
parentsections: fix section conflicts in drivers/video (diff)
downloadkernel-qcow2-linux-17f3609c21706b377ad80b5251558ed700c2af17.tar.gz
kernel-qcow2-linux-17f3609c21706b377ad80b5251558ed700c2af17.tar.xz
kernel-qcow2-linux-17f3609c21706b377ad80b5251558ed700c2af17.zip
sections: fix section conflicts in mm/percpu.c
Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r--include/linux/percpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h
index 2b9f82c037c9..cc88172c7d9a 100644
--- a/include/linux/percpu.h
+++ b/include/linux/percpu.h
@@ -107,7 +107,7 @@ enum pcpu_fc {
PCPU_FC_NR,
};
-extern const char *pcpu_fc_names[PCPU_FC_NR];
+extern const char * const pcpu_fc_names[PCPU_FC_NR];
extern enum pcpu_fc pcpu_chosen_fc;