]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
llist: using in_nmi requires including hardirq.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 00:43:37 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:49 +0000 (17:49 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Huang Ying <ying.huang@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/llist.h

index 7287734e08d1ac0fb662862491fb3719ba8fa9a4..8db7ad03c09b59119fb53705ca69a9b777ea618d 100644 (file)
@@ -56,6 +56,8 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/hardirq.h>
+
 #include <asm/system.h>
 #include <asm/processor.h>