commit | 630d9c47274aa89bfa77fe6556d7818bdcb12992 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Nov 16 23:57:37 2011 -0500 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Feb 28 19:31:58 2012 -0500 |
tree | 501b418c3c89d4c80113aa2fdbbc917eedacd2d4 | |
parent | 13ae246db4a02971ef4f557af1f6d3e21d64b710 [diff] |
fs: 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 <paul.gortmaker@windriver.com>