diff options
-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 | { |