diff options
Diffstat (limited to 'arch/arm/mach-pxa/palmz72.c')
-rw-r--r-- | arch/arm/mach-pxa/palmz72.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/palmz72.c b/arch/arm/mach-pxa/palmz72.c index 65f24f0b77e8..e61c1cc05519 100644 --- a/arch/arm/mach-pxa/palmz72.c +++ b/arch/arm/mach-pxa/palmz72.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <linux/i2c-gpio.h> | 33 | #include <linux/i2c-gpio.h> |
34 | 34 | ||
35 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
36 | #include <asm/suspend.h> | ||
36 | #include <asm/mach/arch.h> | 37 | #include <asm/mach/arch.h> |
37 | #include <asm/mach/map.h> | 38 | #include <asm/mach/map.h> |
38 | 39 | ||
@@ -401,6 +402,7 @@ MACHINE_START(PALMZ72, "Palm Zire72") | |||
401 | .boot_params = 0xa0000100, | 402 | .boot_params = 0xa0000100, |
402 | .map_io = pxa27x_map_io, | 403 | .map_io = pxa27x_map_io, |
403 | .init_irq = pxa27x_init_irq, | 404 | .init_irq = pxa27x_init_irq, |
405 | .handle_irq = pxa27x_handle_irq, | ||
404 | .timer = &pxa_timer, | 406 | .timer = &pxa_timer, |
405 | .init_machine = palmz72_init | 407 | .init_machine = palmz72_init |
406 | MACHINE_END | 408 | MACHINE_END |