i2c: change twl4030-usb back to subsys_initcall
authorFelipe Balbi <me@felipebalbi.com>
Fri, 3 Oct 2008 23:50:04 +0000 (02:50 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Oct 2008 06:36:33 +0000 (09:36 +0300)
without it, otg_get/set_transceiver won't be useful and
twl4030-usb transceiver won't get to musb code.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030-usb.c

index 133cc0f..61c831c 100644 (file)
@@ -774,7 +774,7 @@ static int __init twl4030_usb_init(void)
 {
        return platform_driver_register(&twl4030_driver);
 }
-module_init(twl4030_usb_init);
+subsys_initcall(twl4030_usb_init);
 
 static void __exit twl4030_usb_exit(void)
 {