diff options
Diffstat (limited to 'arch/arm/mach-sa1100/simpad.c')
-rw-r--r-- | arch/arm/mach-sa1100/simpad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-sa1100/simpad.c b/arch/arm/mach-sa1100/simpad.c index fbd53593be54..71790e581d93 100644 --- a/arch/arm/mach-sa1100/simpad.c +++ b/arch/arm/mach-sa1100/simpad.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <asm/mach/flash.h> | 24 | #include <asm/mach/flash.h> |
25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
26 | #include <asm/mach/serial_sa1100.h> | 26 | #include <asm/mach/serial_sa1100.h> |
27 | #include <mach/mcp.h> | 27 | #include <linux/platform_data/mfd-mcp-sa11x0.h> |
28 | #include <mach/simpad.h> | 28 | #include <mach/simpad.h> |
29 | #include <mach/irqs.h> | 29 | #include <mach/irqs.h> |
30 | 30 | ||
@@ -124,7 +124,7 @@ static struct map_desc simpad_io_desc[] __initdata = { | |||
124 | .length = 0x00800000, | 124 | .length = 0x00800000, |
125 | .type = MT_DEVICE | 125 | .type = MT_DEVICE |
126 | }, { /* Simpad CS3 */ | 126 | }, { /* Simpad CS3 */ |
127 | .virtual = CS3_BASE, | 127 | .virtual = (unsigned long)CS3_BASE, |
128 | .pfn = __phys_to_pfn(SA1100_CS3_PHYS), | 128 | .pfn = __phys_to_pfn(SA1100_CS3_PHYS), |
129 | .length = 0x00100000, | 129 | .length = 0x00100000, |
130 | .type = MT_DEVICE | 130 | .type = MT_DEVICE |