From: Felipe Balbi Date: Fri, 3 Oct 2008 23:50:04 +0000 (+0300) Subject: i2c: change twl4030-usb back to subsys_initcall X-Git-Tag: v2.6.27-omap1~83 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=d0d7d63c706851e30acb293011faad3f53345ec3 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: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/i2c/chips/twl4030-usb.c b/drivers/i2c/chips/twl4030-usb.c index 133cc0ffde75..61c831cfdbf4 100644 --- a/drivers/i2c/chips/twl4030-usb.c +++ b/drivers/i2c/chips/twl4030-usb.c @@ -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) {