VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Paul Gortmaker <paul.gortmaker@windriver.com> 2011-11-16 23:57:37 -0500 committer: Paul Gortmaker <paul.gortmaker@windriver.com> 2012-02-28 19:31:58 -0500 commit: 630d9c47274aa89bfa77fe6556d7818bdcb12992 parent: 13ae246db4a02971ef4f557af1f6d3e21d64b710
Commit Summary:
fs: reduce the use of module.h wherever possible
Diffstat:
1 file changed, 1 insertion, 1 deletion
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>