VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Jan Kiszka <jan.kiszka@web.de> 2010-04-19 17:46:23 +0900 committer: Tejun Heo <tj@kernel.org> 2010-04-19 17:46:23 +0900 commit: 7f3c1fa4c3f52ef65005ae5162e5173e875b8c0c parent: 13bd8e4673d527a9e48f41956b11d391e7c2cfe0
Commit Summary:
uml: Fix build breakage after slab.h changes
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/arch/um/os-Linux/helper.c b/arch/um/os-Linux/helper.c
index 06d6ccf0e444..b6b1096152aa 100644
--- a/arch/um/os-Linux/helper.c
+++ b/arch/um/os-Linux/helper.c
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <sched.h>
 #include <linux/limits.h>
-#include <linux/slab.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
 #include "kern_constants.h"