The patch titled Subject: list: include linux/kernel.h has been removed from the -mm tree. Its filename was list-include-linux-kernelh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> Subject: list: include linux/kernel.h linux/list.h uses container_of, therefore it depends on linux/kernel.h. Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/list.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/list.h~list-include-linux-kernelh include/linux/list.h --- a/include/linux/list.h~list-include-linux-kernelh +++ a/include/linux/list.h @@ -5,6 +5,7 @@ #include <linux/stddef.h> #include <linux/poison.h> #include <linux/const.h> +#include <linux/kernel.h> /* * Simple doubly linked list implementation. _ Patches currently in -mm which might be from yamada.m@xxxxxxxxxxxxxxxx are origin.patch linux-next.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