From: Masahiro Yamada Date: Mon, 13 Oct 2014 22:51:30 +0000 (-0700) Subject: list: include linux/kernel.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b21d9ca17ff8ed0dbf650f4162ee2d59bb5a881;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git list: include linux/kernel.h linux/list.h uses container_of, therefore it depends on linux/kernel.h. Signed-off-by: Masahiro Yamada Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/list.h b/include/linux/list.h index cbbb96fcead9..f33f831eb3c8 100644 --- a/include/linux/list.h +++ b/include/linux/list.h @@ -5,6 +5,7 @@ #include #include #include +#include /* * Simple doubly linked list implementation.