commit | acf3368ffb75fc4a83726655d697e79646fe4eb3 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri May 27 09:47:43 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:24 2011 -0400 |
tree | 71a150c988cbe40615502a3843f46482274cf299 | |
parent | 09703660edf83b8b6d175440bf745f30580d85ab [diff] |
scsi: Fix up files implicitly depending on module.h inclusion The module.h header was implicitly present everywhere, so files with no explicit include of the module infrastructure would build anyway. We are now removing the implicit include, and so we need to call out the module.h file that we need explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>