summaryrefslogtreecommitdiffstats
path: root/fs/xattr.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-11-17 05:57:37 +0100
committerPaul Gortmaker2012-02-29 01:31:58 +0100
commit630d9c47274aa89bfa77fe6556d7818bdcb12992 (patch)
tree501b418c3c89d4c80113aa2fdbbc917eedacd2d4 /fs/xattr.c
parentincludecheck: delete any duplicate instances of module.h (diff)
downloadkernel-qcow2-linux-630d9c47274aa89bfa77fe6556d7818bdcb12992.tar.gz
kernel-qcow2-linux-630d9c47274aa89bfa77fe6556d7818bdcb12992.tar.xz
kernel-qcow2-linux-630d9c47274aa89bfa77fe6556d7818bdcb12992.zip
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>
Diffstat (limited to 'fs/xattr.c')
-rw-r--r--fs/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xattr.c b/fs/xattr.c
index 82f43376c7cd..d6dfd247bb2f 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -16,7 +16,7 @@
#include <linux/security.h>
#include <linux/evm.h>
#include <linux/syscalls.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/fsnotify.h>
#include <linux/audit.h>
#include <asm/uaccess.h>