there's no problem in registering debug-leds on module_init() as that's not critical to board boot up. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- arch/arm/plat-omap/debug-leds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-omap/debug-leds.c b/arch/arm/plat-omap/debug-leds.c index 17cbef6..615d085 100644 --- a/arch/arm/plat-omap/debug-leds.c +++ b/arch/arm/plat-omap/debug-leds.c @@ -306,4 +306,4 @@ static int __init fpga_init(void) { return platform_driver_register(&led_driver); } -fs_initcall(fpga_init); +module_init(fpga_init); -- 1.7.11 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html