diff options
Diffstat (limited to 'arch/arm/mach-iop32x/iq80321.c')
-rw-r--r-- | arch/arm/mach-iop32x/iq80321.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/iq80321.c b/arch/arm/mach-iop32x/iq80321.c index 015435de90dd..66782ff1f46a 100644 --- a/arch/arm/mach-iop32x/iq80321.c +++ b/arch/arm/mach-iop32x/iq80321.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <asm/page.h> | 33 | #include <asm/page.h> |
34 | #include <asm/pgtable.h> | 34 | #include <asm/pgtable.h> |
35 | #include <mach/time.h> | 35 | #include <mach/time.h> |
36 | #include "gpio-iop32x.h" | ||
36 | 37 | ||
37 | /* | 38 | /* |
38 | * IQ80321 timer tick configuration. | 39 | * IQ80321 timer tick configuration. |
@@ -170,6 +171,7 @@ static struct platform_device iq80321_serial_device = { | |||
170 | 171 | ||
171 | static void __init iq80321_init_machine(void) | 172 | static void __init iq80321_init_machine(void) |
172 | { | 173 | { |
174 | register_iop32x_gpio(); | ||
173 | platform_device_register(&iop3xx_i2c0_device); | 175 | platform_device_register(&iop3xx_i2c0_device); |
174 | platform_device_register(&iop3xx_i2c1_device); | 176 | platform_device_register(&iop3xx_i2c1_device); |
175 | platform_device_register(&iq80321_flash_device); | 177 | platform_device_register(&iq80321_flash_device); |