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/adfs/super.c b/fs/adfs/super.c
index 6910a98bd73c..4a3af7075c1d 100644
--- a/fs/adfs/super.c
+++ b/fs/adfs/super.c
@@ -13,6 +13,7 @@
 #include <linux/parser.h>
 #include <linux/mount.h>
 #include <linux/seq_file.h>
+#include <linux/slab.h>
 #include <linux/smp_lock.h>
 #include <linux/statfs.h>
 #include "adfs.h"