commit | 0272bf7271eb6895b081c3df34c3ebe50cb769b7 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Tue Mar 20 14:44:04 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Mar 21 08:15:41 2007 -0600 |
tree | 66276692c23beab60b62fdb6b278256bbc7f5ca0 | |
parent | cc5d2c8c64804564617a7be71c73a075a426d1c6 [diff] |
[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 <James.Bottomley@SteelEye.com>