Merge branch 'devel'
[deliverable/linux.git] / drivers / scsi / scsi_wait_scan.c
index 74708fcaf82fe900c3a77689ccad11c91b48b173..0727345388766d22cfbbc9441c92e291a5f8c841 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <linux/module.h>
 #include <linux/device.h>
-#include <scsi/scsi_scan.h>
+#include "scsi_priv.h"
 
 static int __init wait_scan_init(void)
 {
@@ -22,11 +22,6 @@ static int __init wait_scan_init(void)
         * and might not yet have reached the scsi async scanning
         */
        wait_for_device_probe();
-       /*
-        * and then we wait for the actual asynchronous scsi scan
-        * to finish.
-        */
-       scsi_complete_async_scans();
        return 0;
 }
 
This page took 0.026444 seconds and 5 git commands to generate.