[SCSI] make scsi_wait_scan always modular
authorJames Bottomley <James.Bottomley@steeleye.com>
Sun, 11 Mar 2007 19:16:43 +0000 (14:16 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Mar 2007 15:48:23 +0000 (10:48 -0500)
commit840c2835a1c867281d27158378a9d34f593a7664
tree7b66a38d50fe41eec8e32975541ae63b5227e86d
parent1544d67738c864245b8a061fb72093daeea8d4f1
[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: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/Kconfig
drivers/scsi/Makefile