[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1211122342570.29609@chino.kir.corp.google.com>
Date: Mon, 12 Nov 2012 23:45:06 -0800 (PST)
From: David Rientjes <rientjes@...gle.com>
To: Ralf Baechle <ralf@...ux-mips.org>,
David Howells <dhowells@...hat.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
cc: linux-mips@...ux-mips.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org,
Linus <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [patch] mips, arc: fix build failure
Using a cross-compiler to fix another issue, the following build error
occurred for mips defconfig:
arch/mips/fw/arc/misc.c: In function 'ArcHalt':
arch/mips/fw/arc/misc.c:25:2: error: implicit declaration of function 'local_irq_disable'
Fix it up by including irqflags.h.
Signed-off-by: David Rientjes <rientjes@...gle.com>
---
arch/mips/fw/arc/misc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/fw/arc/misc.c b/arch/mips/fw/arc/misc.c
--- a/arch/mips/fw/arc/misc.c
+++ b/arch/mips/fw/arc/misc.c
@@ -11,6 +11,7 @@
*/
#include <linux/init.h>
#include <linux/kernel.h>
+#include <linux/irqflags.h>
#include <asm/bcache.h>
--
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