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/sync.c b/fs/sync.c
index f3501ef39235..0e8db939d96f 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -6,7 +6,7 @@
 #include <linux/file.h>
 #include <linux/fs.h>
 #include <linux/slab.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/namei.h>
 #include <linux/sched.h>
 #include <linux/writeback.h>