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/lib/inflate.c b/lib/inflate.c
index d10255973a9f..677b738c2204 100644
--- a/lib/inflate.c
+++ b/lib/inflate.c
@@ -103,6 +103,7 @@
       the two sets of lengths.
  */
 #include <linux/compiler.h>
+#include <linux/slab.h>
 
 #ifdef RCSID
 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";