Skip to content

Commit

Permalink
USB: omap: switch to subsys_initcall for isp1301 transceiver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Viral Mehta authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 3681d8f commit 94a8248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/otg/isp1301_omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 94a8248

Please sign in to comment.