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>
此提交包含在:
Paul Gortmaker
2011-11-16 23:57:37 -05:00
父節點 13ae246db4
當前提交 630d9c4727
共有 32 個檔案被更改,包括 30 行新增32 行删除

查看文件

@@ -5,7 +5,7 @@
* changes by Thomas Schoebel-Theuer
*/
#include <linux/module.h>
#include <linux/export.h>
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/string.h>