aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/ioport.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/ioport.c')
-rw-r--r--arch/sh/kernel/ioport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/ioport.c b/arch/sh/kernel/ioport.c
index e3ad6103e7c1..cca14ba84a37 100644
--- a/arch/sh/kernel/ioport.c
+++ b/arch/sh/kernel/ioport.c
@@ -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)