From: Paul Gortmaker Date: Thu, 17 Nov 2011 02:29:17 +0000 (-0500) Subject: lib: reduce the use of module.h wherever possible X-Git-Tag: v3.4-rc1~97^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc3bcc93a2b4e47d5d410146f6546bca6171663;p=pandora-kernel.git lib: reduce the use of module.h wherever possible For files only using THIS_MODULE and/or EXPORT_SYMBOL, map them onto including export.h -- or if the file isn't even using those, then just delete the include. Fix up any implicit include dependencies that were being masked by module.h along the way. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed