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/mpage.c b/fs/mpage.c
index 643e9f55ef29..0face1c4d4c6 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -13,7 +13,7 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/mm.h>
 #include <linux/kdev_t.h>
 #include <linux/gfp.h>