diff options
author | Andi Kleen <ak@linux.intel.com> | 2012-10-04 17:11:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:04:40 +0900 |
commit | 75fdd155eaf755aa183ca9844a9a178b7a0e3959 (patch) | |
tree | 1f74c6b6f0c01049971ceec65a32921c4bce73b8 /arch/x86/kernel/rtc.c | |
parent | 666e81fdca5486cad644ee3fb64bb7d83e2f3723 (diff) | |
download | blackbird-op-linux-75fdd155eaf755aa183ca9844a9a178b7a0e3959.tar.gz blackbird-op-linux-75fdd155eaf755aa183ca9844a9a178b7a0e3959.zip |
sections: fix section conflicts in arch/x86
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel/rtc.c')
-rw-r--r-- | arch/x86/kernel/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/rtc.c b/arch/x86/kernel/rtc.c index af6db6ec5b2a..4929c1be0ac0 100644 --- a/arch/x86/kernel/rtc.c +++ b/arch/x86/kernel/rtc.c @@ -225,7 +225,7 @@ static struct platform_device rtc_device = { static __init int add_rtc_cmos(void) { #ifdef CONFIG_PNP - static const char *ids[] __initconst = + static const char * const const ids[] __initconst = { "PNP0b00", "PNP0b01", "PNP0b02", }; struct pnp_dev *dev; struct pnp_id *id; |