Skip to content
Snippets Groups Projects
Commit 8b21d9ca authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds
Browse files

list: include linux/kernel.h


linux/list.h uses container_of, therefore it depends on linux/kernel.h.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent af9f1b3c
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <linux/stddef.h> #include <linux/stddef.h>
#include <linux/poison.h> #include <linux/poison.h>
#include <linux/const.h> #include <linux/const.h>
#include <linux/kernel.h>
/* /*
* Simple doubly linked list implementation. * Simple doubly linked list implementation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment