The patch titled kernel/sys.c doesn't need init.h has been added to the -mm tree. Its filename is kernel-sysc-doesnt-need-inith.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Jes Sorensen <jes@xxxxxxx> kernel/sys.c doesn't have anything in it relying on linux/init.h - remove the include. Signed-off-by: Jes Sorensen <jes@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sys.c | 1 - 1 files changed, 1 deletion(-) diff -puN kernel/sys.c~kernel-sysc-doesnt-need-inith kernel/sys.c --- 25/kernel/sys.c~kernel-sysc-doesnt-need-inith Fri Apr 28 16:44:23 2006 +++ 25-akpm/kernel/sys.c Fri Apr 28 16:44:23 2006 @@ -13,7 +13,6 @@ #include <linux/notifier.h> #include <linux/reboot.h> #include <linux/prctl.h> -#include <linux/init.h> #include <linux/highuid.h> #include <linux/fs.h> #include <linux/kernel.h> _ Patches currently in -mm which might be from jes@xxxxxxx are origin.patch kernel-sysc-doesnt-need-inith.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html