diff options
Diffstat (limited to 'arch/arm/mach-iop32x/em7210.c')
-rw-r--r-- | arch/arm/mach-iop32x/em7210.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/em7210.c b/arch/arm/mach-iop32x/em7210.c index 31fbb6c61b25..177cd073a83b 100644 --- a/arch/arm/mach-iop32x/em7210.c +++ b/arch/arm/mach-iop32x/em7210.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <asm/mach/time.h> | 32 | #include <asm/mach/time.h> |
33 | #include <asm/mach-types.h> | 33 | #include <asm/mach-types.h> |
34 | #include <mach/time.h> | 34 | #include <mach/time.h> |
35 | #include "gpio-iop32x.h" | ||
35 | 36 | ||
36 | static void __init em7210_timer_init(void) | 37 | static void __init em7210_timer_init(void) |
37 | { | 38 | { |
@@ -183,6 +184,7 @@ void em7210_power_off(void) | |||
183 | 184 | ||
184 | static void __init em7210_init_machine(void) | 185 | static void __init em7210_init_machine(void) |
185 | { | 186 | { |
187 | register_iop32x_gpio(); | ||
186 | platform_device_register(&em7210_serial_device); | 188 | platform_device_register(&em7210_serial_device); |
187 | platform_device_register(&iop3xx_i2c0_device); | 189 | platform_device_register(&iop3xx_i2c0_device); |
188 | platform_device_register(&iop3xx_i2c1_device); | 190 | platform_device_register(&iop3xx_i2c1_device); |