diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 0737c59b88ae..06cfe348c709 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
26 | #include <asm/suspend.h> | 26 | #include <asm/suspend.h> |
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <mach/gpio-pxa.h> | ||
29 | #include <mach/pxa3xx-regs.h> | 28 | #include <mach/pxa3xx-regs.h> |
30 | #include <mach/reset.h> | 29 | #include <mach/reset.h> |
31 | #include <mach/ohci.h> | 30 | #include <mach/ohci.h> |
@@ -365,7 +364,8 @@ static struct irq_chip pxa_ext_wakeup_chip = { | |||
365 | .irq_set_type = pxa_set_ext_wakeup_type, | 364 | .irq_set_type = pxa_set_ext_wakeup_type, |
366 | }; | 365 | }; |
367 | 366 | ||
368 | static void __init pxa_init_ext_wakeup_irq(set_wake_t fn) | 367 | static void __init pxa_init_ext_wakeup_irq(int (*fn)(struct irq_data *, |
368 | unsigned int)) | ||
369 | { | 369 | { |
370 | int irq; | 370 | int irq; |
371 | 371 | ||
@@ -388,7 +388,6 @@ void __init pxa3xx_init_irq(void) | |||
388 | 388 | ||
389 | pxa_init_irq(56, pxa3xx_set_wake); | 389 | pxa_init_irq(56, pxa3xx_set_wake); |
390 | pxa_init_ext_wakeup_irq(pxa3xx_set_wake); | 390 | pxa_init_ext_wakeup_irq(pxa3xx_set_wake); |
391 | pxa_init_gpio(IRQ_GPIO_2_x, 2, 127, NULL); | ||
392 | } | 391 | } |
393 | 392 | ||
394 | static struct map_desc pxa3xx_io_desc[] __initdata = { | 393 | static struct map_desc pxa3xx_io_desc[] __initdata = { |
@@ -417,6 +416,7 @@ void __init pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info) | |||
417 | } | 416 | } |
418 | 417 | ||
419 | static struct platform_device *devices[] __initdata = { | 418 | static struct platform_device *devices[] __initdata = { |
419 | &pxa_device_gpio, | ||
420 | &pxa27x_device_udc, | 420 | &pxa27x_device_udc, |
421 | &pxa_device_pmu, | 421 | &pxa_device_pmu, |
422 | &pxa_device_i2s, | 422 | &pxa_device_i2s, |