From: Paul Gortmaker Date: Fri, 27 May 2011 13:47:43 +0000 (-0400) Subject: scsi: Fix up files implicitly depending on module.h inclusion X-Git-Tag: v3.2-rc1~22^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf3368ffb75fc4a83726655d697e79646fe4eb3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed