[IA64] Fix include dependency in asm/irqflags.h
authorDavid Daney <ddaney@caviumnetworks.com>
Sun, 16 Jun 2013 20:06:28 +0000 (13:06 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 17 Jun 2013 20:39:52 +0000 (13:39 -0700)
asm/kregs.h isn't always included first, so we need an explicit include.

[Fix build breakage introduced by f21afc25f9ed45b8ffe200d0f071b0caec3ed2ef
 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().]

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/irqflags.h

index 1bf2cf2..cec6c06 100644 (file)
@@ -11,6 +11,7 @@
 #define _ASM_IA64_IRQFLAGS_H
 
 #include <asm/pal.h>
+#include <asm/kregs.h>
 
 #ifdef CONFIG_IA64_DEBUG_IRQ
 extern unsigned long last_cli_ip;