]> 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>
Sun, 31 Jul 2011 08:05:45 +0000 (04:05 -0400)
commitee53e63fdd93427ebdc59699f85daebfd22d607a
treed6b87c6c5f1fae6036fd32cec9275bfb93352ea8
parente083a671b3c2110d3b683bbc50bd6b2df15f6acb
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