]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sections: fix section conflicts in arch/sh
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Sep 2012 00:20:04 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:35 +0000 (16:50 +1000)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/sh/kernel/ioport.c

index e3ad6103e7c181ba955b2c9967a41a8a61659eb7..cca14ba84a379fea07bb74ddaabb02bb062cd649 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/module.h>
 #include <linux/io.h>
 
-const unsigned long sh_io_port_base __read_mostly = -1;
+unsigned long sh_io_port_base __read_mostly = -1;
 EXPORT_SYMBOL(sh_io_port_base);
 
 void __iomem *__ioport_map(unsigned long addr, unsigned int size)