From: James Bottomley Date: Tue, 20 Mar 2007 19:44:04 +0000 (-0500) Subject: [SCSI] fix scsi_wait_scan build problem X-Git-Tag: v2.6.22-rc1~1015^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0272bf7271eb6895b081c3df34c3ebe50cb769b7;p=pandora-kernel.git [SCSI] fix scsi_wait_scan build problem The #ifdef MODULE around the export of scsi_complete_async_scans() which is the API the scsi_wait_scan module uses is incorrect and causes the symbol to be undefined in certain circumstances leading to a build failure. Remove the defines. Signed-off-by: James Bottomley --- Reading git-diff-tree failed