diff options
author | Viral Mehta <Viral.Mehta@lntinfotech.com> | 2010-04-06 02:21:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:38 -0400 |
commit | 94a82487e6e57a102636a5326c930619f641038c (patch) | |
tree | b578740c05f28915a2816182c6d4fe4795eaebab /drivers | |
parent | 3681d8f3ee8f47b60b4621a3d80f8d1d39e7185b (diff) |
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 <viral.mehta@lntinfotech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/otg/isp1301_omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1654 | { | 1654 | { |
1655 | return i2c_add_driver(&isp1301_driver); | 1655 | return i2c_add_driver(&isp1301_driver); |
1656 | } | 1656 | } |
1657 | module_init(isp_init); | 1657 | subsys_initcall(isp_init); |
1658 | 1658 | ||
1659 | static void __exit isp_exit(void) | 1659 | static void __exit isp_exit(void) |
1660 | { | 1660 | { |