diff options
author | Andi Kleen <ak@linux.intel.com> | 2012-10-05 02:11:41 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 20:04:40 +0200 |
commit | 666e81fdca5486cad644ee3fb64bb7d83e2f3723 (patch) | |
tree | 35b830748889a6896a9a07e77529a7de297406db /arch/sh/include/asm/io.h | |
parent | sections: fix section conflicts in arch/score (diff) | |
download | linux-666e81fdca5486cad644ee3fb64bb7d83e2f3723.tar.xz linux-666e81fdca5486cad644ee3fb64bb7d83e2f3723.zip |
sections: fix section conflicts in arch/sh
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/include/asm/io.h')
-rw-r--r-- | arch/sh/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |