|
@@ -187,18 +187,6 @@ int scsi_complete_async_scans(void)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-/* Only exported for the benefit of scsi_wait_scan */
|
|
|
-EXPORT_SYMBOL_GPL(scsi_complete_async_scans);
|
|
|
-
|
|
|
-#ifndef MODULE
|
|
|
-/*
|
|
|
- * For async scanning we need to wait for all the scans to complete before
|
|
|
- * trying to mount the root fs. Otherwise non-modular drivers may not be ready
|
|
|
- * yet.
|
|
|
- */
|
|
|
-late_initcall(scsi_complete_async_scans);
|
|
|
-#endif
|
|
|
-
|
|
|
/**
|
|
|
* scsi_unlock_floptical - unlock device via a special MODE SENSE command
|
|
|
* @sdev: scsi device to send command to
|