]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi: Fix up files implicitly depending on module.h inclusion
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:47:43 +0000 (09:47 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:40 +0000 (23:43 -0400)
commit6624e73ecc044da4898d0804aecfafb1b1a659d0
tree30c3a5ffa0a1f35743b5b065487df4152de383c7
parent0694dfd3b41cf0113703139bb45b559a0ead2dde
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 fixing the include bird's nest, and so we need
to call out the module.h file that we need explicitly.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/scsi/lpfc/lpfc_attr.c
drivers/scsi/lpfc/lpfc_init.c
drivers/scsi/ps3rom.c
drivers/scsi/sr_ioctl.c