From d616d878ca0879287659ac8418186349a57c47c5 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Fri, 28 Sep 2012 10:20:04 +1000 Subject: [PATCH] sections-fix-section-conflicts-in-arch-sh-fix Cc: Fengguang Wu Signed-off-by: Andrew Morton --- arch/sh/include/asm/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h index 0cf60a628814..73a23f4617a3 100644 --- a/arch/sh/include/asm/io.h +++ b/arch/sh/include/asm/io.h @@ -134,7 +134,7 @@ __BUILD_MEMORY_STRING(__raw_, q, u64) * load/store instructions. sh_io_port_base is the virtual address to * which all ports are being mapped. */ -extern const unsigned long sh_io_port_base; +extern unsigned long sh_io_port_base; static inline void __set_io_port_base(unsigned long pbase) { -- 2.39.5