Commit 2a8ee63d authored by Linus Torvalds's avatar Linus Torvalds

idescsi initialization is done with module_init(), not

explicitly.
parent 8795dba6
...@@ -1479,13 +1479,6 @@ static int __init ata_module_init(void) ...@@ -1479,13 +1479,6 @@ static int __init ata_module_init(void)
#endif #endif
#ifdef CONFIG_BLK_DEV_IDEFLOPPY #ifdef CONFIG_BLK_DEV_IDEFLOPPY
idefloppy_init(); idefloppy_init();
#endif
#ifdef CONFIG_BLK_DEV_IDESCSI
# ifdef CONFIG_SCSI
idescsi_init();
# else
#error ATA SCSI emulation selected but no SCSI-subsystem in kernel
# endif
#endif #endif
initializing = 0; initializing = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment