Skip to content
Commit 840c2835 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[SCSI] make scsi_wait_scan always modular



Currently scsi_wait_scan is only built modular if SCSI is modular.
However, it's perfectly possible for a built in SCSI still to have
modular drivers and thus need scsi_wait_scan as a module.  Therefore,
scsi_wait_scan should always be built as a module (unless the kernel
doesn't support modules).

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 1544d677
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