lib: reduce the use of module.h wherever possible
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 Nov 2011 02:29:17 +0000 (21:29 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 7 Mar 2012 20:04:04 +0000 (15:04 -0500)
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 <paul.gortmaker@windriver.com>

No differences found