From 052467538a45215c2dfe9319f5d6496229ac519b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 5 Oct 2011 11:43:37 +1100 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 7287734e08d1..8db7ad03c09b 100644 --- a/include/linux/llist.h +++ b/include/linux/llist.h @@ -56,6 +56,8 @@ */ #include +#include + #include #include -- 2.39.5