VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Tejun Heo <tj@kernel.org> 2010-03-24 17:04:11 +0900 committer: Tejun Heo <tj@kernel.org> 2010-03-30 22:02:32 +0900 commit: 5a0e3ad6af8660be21ca98a971cd00f331318c05 parent: ed391f4ebf8f701d3566423ce8f17e614cde9806
Commit Summary:
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/mpage.c b/fs/mpage.c
index 598d54e200eb..fd56ca2ea556 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -16,6 +16,7 @@
 #include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/kdev_t.h>
+#include <linux/gfp.h>
 #include <linux/bio.h>
 #include <linux/fs.h>
 #include <linux/buffer_head.h>