From d0d7d63c706851e30acb293011faad3f53345ec3 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Sat, 4 Oct 2008 02:50:04 +0300 Subject: [PATCH] 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 --- drivers/i2c/chips/twl4030-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/chips/twl4030-usb.c b/drivers/i2c/chips/twl4030-usb.c index 133cc0ffde7..61c831cfdbf 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) { -- 2.41.0