[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1408965882-2983-1-git-send-email-yamada.m@jp.panasonic.com>
Date: Mon, 25 Aug 2014 20:24:40 +0900
From: Masahiro Yamada <yamada.m@...panasonic.com>
To: linux-kernel@...r.kernel.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Masahiro Yamada <yamada.m@...panasonic.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Oleg Nesterov <oleg@...hat.com>,
Ken Helias <kenhelias@...email.de>,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Subject: [PATCH] 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@...panasonic.com>
---
I am sending this patch to LKML because I could not find
the subsystem it should belong to.
I hope I am not doing wrong.
include/linux/list.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/list.h b/include/linux/list.h
index cbbb96f..f33f831 100644
--- a/include/linux/list.h
+++ b/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.
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists