From: James Bottomley Date: Sun, 11 Mar 2007 19:16:43 +0000 (-0500) Subject: [SCSI] make scsi_wait_scan always modular X-Git-Tag: v2.6.22-rc1~1015^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840c2835a1c867281d27158378a9d34f593a7664;p=pandora-kernel.git [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 --- Reading git-diff-tree failed