Commit d0d7d63c authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

i2c: change twl4030-usb back to subsys_initcall

without it, otg_get/set_transceiver won't be useful and
twl4030-usb transceiver won't get to musb code.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 48a6370c
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment