From 94a82487e6e57a102636a5326c930619f641038c Mon Sep 17 00:00:00 2001 From: Viral Mehta Date: Tue, 6 Apr 2010 11:51:00 +0530 Subject: [PATCH] USB: omap: switch to subsys_initcall for isp1301 transceiver isp1301 transceiver driver init should be done before we do ohci omap init Signed-off-by: Viral Mehta Signed-off-by: Greg Kroah-Hartman --- drivers/usb/otg/isp1301_omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/otg/isp1301_omap.c b/drivers/usb/otg/isp1301_omap.c index 78a209709260..456969492410 100644 --- a/drivers/usb/otg/isp1301_omap.c +++ b/drivers/usb/otg/isp1301_omap.c @@ -1654,7 +1654,7 @@ static int __init isp_init(void) { return i2c_add_driver(&isp1301_driver); } -module_init(isp_init); +subsys_initcall(isp_init); static void __exit isp_exit(void) { -- 2.11.0