diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-sa1100/collie.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index c483912d08af..cce8763d0839 100644 --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c | |||
@@ -144,8 +144,6 @@ static struct pda_power_pdata collie_power_data = { | |||
144 | static struct resource collie_power_resource[] = { | 144 | static struct resource collie_power_resource[] = { |
145 | { | 145 | { |
146 | .name = "ac", | 146 | .name = "ac", |
147 | .start = gpio_to_irq(COLLIE_GPIO_AC_IN), | ||
148 | .end = gpio_to_irq(COLLIE_GPIO_AC_IN), | ||
149 | .flags = IORESOURCE_IRQ | | 147 | .flags = IORESOURCE_IRQ | |
150 | IORESOURCE_IRQ_HIGHEDGE | | 148 | IORESOURCE_IRQ_HIGHEDGE | |
151 | IORESOURCE_IRQ_LOWEDGE, | 149 | IORESOURCE_IRQ_LOWEDGE, |
@@ -347,7 +345,8 @@ static void __init collie_init(void) | |||
347 | 345 | ||
348 | GPSR |= _COLLIE_GPIO_UCB1x00_RESET; | 346 | GPSR |= _COLLIE_GPIO_UCB1x00_RESET; |
349 | 347 | ||
350 | 348 | collie_power_resource[0].start = gpio_to_irq(COLLIE_GPIO_AC_IN); | |
349 | collie_power_resource[0].end = gpio_to_irq(COLLIE_GPIO_AC_IN); | ||
351 | platform_scoop_config = &collie_pcmcia_config; | 350 | platform_scoop_config = &collie_pcmcia_config; |
352 | 351 | ||
353 | ret = platform_add_devices(devices, ARRAY_SIZE(devices)); | 352 | ret = platform_add_devices(devices, ARRAY_SIZE(devices)); |