From 6589c11c734cccbeef0a9d4ef4cfb59b59638674 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 29 Sep 2011 16:18:43 +1000 Subject: [PATCH] llist: using in_nmi requires including hardirq.h Signed-off-by: Stephen Rothwell Cc: Huang Ying Signed-off-by: Andrew Morton --- include/linux/llist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/llist.h b/include/linux/llist.h index 5d2356444d67..0dce30c3b4b3 100644 --- a/include/linux/llist.h +++ b/include/linux/llist.h @@ -56,6 +56,8 @@ */ #include +#include + #include #include -- 2.39.5