mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
3681d8f3ee
commit
94a82487e6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user