diff options
Diffstat (limited to 'arch/arm/mach-versatile/core.c')
-rw-r--r-- | arch/arm/mach-versatile/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c index 5d5929450366..60c092cfdae3 100644 --- a/arch/arm/mach-versatile/core.c +++ b/arch/arm/mach-versatile/core.c | |||
@@ -114,7 +114,7 @@ void __init versatile_init_irq(void) | |||
114 | writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE); | 114 | writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE); |
115 | } | 115 | } |
116 | 116 | ||
117 | static struct map_desc versatile_io_desc[] __initdata = { | 117 | static struct map_desc versatile_io_desc[] __initdata __maybe_unused = { |
118 | { | 118 | { |
119 | .virtual = IO_ADDRESS(VERSATILE_SYS_BASE), | 119 | .virtual = IO_ADDRESS(VERSATILE_SYS_BASE), |
120 | .pfn = __phys_to_pfn(VERSATILE_SYS_BASE), | 120 | .pfn = __phys_to_pfn(VERSATILE_SYS_BASE), |