USB: omap: switch to subsys_initcall for isp1301 transceiver
authorViral Mehta <Viral.Mehta@lntinfotech.com>
Tue, 6 Apr 2010 06:21:00 +0000 (11:51 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
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 <viral.mehta@lntinfotech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/isp1301_omap.c

index 78a2097..4569694 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)
 {