[PATCH 1/2] ia64: Fix include dependency in asm/irqflags.h

From: ddaney . cavm
Date: Sun Jun 16 2013 - 16:07:17 EST


From: David Daney <ddaney@xxxxxxxxxxxxxxxxxx>

asm/kregs.h isn't always included first, so we need an explicit include.

Signed-off-by: David Daney <david.daney@xxxxxxxxxx>
---
arch/ia64/include/asm/irqflags.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/ia64/include/asm/irqflags.h b/arch/ia64/include/asm/irqflags.h
index 1bf2cf2..cec6c06 100644
--- a/arch/ia64/include/asm/irqflags.h
+++ b/arch/ia64/include/asm/irqflags.h
@@ -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;
--
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/