[adm5120] fix of the board specific initialization of the GPIO pins
[openwrt.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / gpio.c
index 5ae5d74..1fac84b 100644 (file)
@@ -345,7 +345,7 @@ static int __init adm5120_gpio_init(void)
        return 0;
 }
 
-subsys_initcall(adm5120_gpio_init);
+pure_initcall(adm5120_gpio_init);
 
 EXPORT_SYMBOL(adm5120_gpio_direction_output);
 EXPORT_SYMBOL(adm5120_gpio_direction_input);
This page took 0.026294 seconds and 4 git commands to generate.