ARM: imx: get rid of mxc_gpio_init
[deliverable/linux.git] / arch / arm / mach-mx5 / mm.c
index b7677ef80cc4388a4c414c4b7c8e1269137227a6..2f79722508cf5a2f64c3788e5e6e43a6533e7524 100644 (file)
@@ -65,6 +65,8 @@ void __init mx51_map_io(void)
        iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
 }
 
+int imx51_register_gpios(void);
+
 void __init mx51_init_irq(void)
 {
        unsigned long tzic_addr;
@@ -79,5 +81,6 @@ void __init mx51_init_irq(void)
        if (!tzic_virt)
                panic("unable to map TZIC interrupt controller\n");
 
+       imx51_register_gpios();
        tzic_init_irq(tzic_virt);
 }
This page took 0.025399 seconds and 5 git commands to generate.