USB: omap: switch to subsys_initcall for isp1301 transceiver
authorViral Mehta <[email protected]>
Tue, 6 Apr 2010 06:21:00 +0000 (11:51 +0530)
committerGreg Kroah-Hartman <[email protected]>
Thu, 20 May 2010 20:21:38 +0000 (13:21 -0700)
isp1301 transceiver driver init should be done before we do ohci omap init

Signed-off-by: Viral Mehta <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/otg/isp1301_omap.c

index 78a2097092602f35291cc62650bde87300072cb7..456969492410d716985d7be5227cd6ca4ce8ce28 100644 (file)
@@ -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)
 {