[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1371413189-2568-2-git-send-email-ddaney.cavm@gmail.com>
Date: Sun, 16 Jun 2013 13:06:28 -0700
From: ddaney.cavm@...il.com
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Tony Luck <tony.luck@...el.com>,
Fenghua Yu <fenghua.yu@...el.com>, linux-ia64@...r.kernel.org,
David Howells <dhowells@...hat.com>,
Koichi Yasutake <yasutake.koichi@...panasonic.com>,
linux-am33-list@...hat.com
Cc: david.s.daney@...il.com, David Daney <ddaney@...iumnetworks.com>,
David Daney <david.daney@...ium.com>
Subject: [PATCH 1/2] ia64: Fix include dependency in asm/irqflags.h
From: David Daney <ddaney@...iumnetworks.com>
asm/kregs.h isn't always included first, so we need an explicit include.
Signed-off-by: David Daney <david.daney@...ium.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists