diff options
Diffstat (limited to 'drivers/base/dd.c')
| -rw-r--r-- | drivers/base/dd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/base/dd.c b/drivers/base/dd.c index 4b01ab3d2c24..dcb8a6e48692 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #include <linux/wait.h> | 24 | #include <linux/wait.h> |
| 25 | #include <linux/async.h> | 25 | #include <linux/async.h> |
| 26 | #include <linux/pm_runtime.h> | 26 | #include <linux/pm_runtime.h> |
| 27 | #include <scsi/scsi_scan.h> | ||
| 28 | 27 | ||
| 29 | #include "base.h" | 28 | #include "base.h" |
| 30 | #include "power/power.h" | 29 | #include "power/power.h" |
| @@ -333,7 +332,6 @@ void wait_for_device_probe(void) | |||
| 333 | /* wait for the known devices to complete their probing */ | 332 | /* wait for the known devices to complete their probing */ |
| 334 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | 333 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); |
| 335 | async_synchronize_full(); | 334 | async_synchronize_full(); |
| 336 | scsi_complete_async_scans(); | ||
| 337 | } | 335 | } |
| 338 | EXPORT_SYMBOL_GPL(wait_for_device_probe); | 336 | EXPORT_SYMBOL_GPL(wait_for_device_probe); |
| 339 | 337 | ||
