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/sync.c b/fs/sync.c
index f557d71cb097..fc5c3d75cf3c 100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -5,6 +5,7 @@
 #include <linux/kernel.h>
 #include <linux/file.h>
 #include <linux/fs.h>
+#include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/writeback.h>