aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index af464870c12..7fd31235c26 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -204,7 +204,7 @@ static struct platform_device gpio_keys = {
204static struct resource egpio_resources[] = { 204static struct resource egpio_resources[] = {
205 [0] = { 205 [0] = {
206 .start = PXA_CS3_PHYS, 206 .start = PXA_CS3_PHYS,
207 .end = PXA_CS3_PHYS + 0x20, 207 .end = PXA_CS3_PHYS + 0x20 - 1,
208 .flags = IORESOURCE_MEM, 208 .flags = IORESOURCE_MEM,
209 }, 209 },
210 [1] = { 210 [1] = {