scsi_wait_scan module has been dropped by commit 6072609d9bb91ff54aee. Don't reference it in Kconfig. Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- drivers/scsi/Kconfig | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 74bf1aa..a392ca4 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -255,10 +255,9 @@ config SCSI_SCAN_ASYNC If you have built SCSI as modules, enabling this option can be a problem as the devices may not have been found by the - time your system expects them to have been. You can load the - scsi_wait_scan module to ensure that all scans have completed. - If you build your SCSI drivers into the kernel, then everything - will work fine if you say Y here. + time your system expects them to have been. If you build your + SCSI drivers into the kernel, then everything will work fine + if you say Y here. You can override this choice by specifying "scsi_mod.scan=sync" or async on the kernel's command line. -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html