[patch 1/7] xtensa: kernel/traps.c: include hardirq.h

From: Johannes Weiner
Date: Mon Mar 02 2009 - 11:57:43 EST


The file refers to in_interrupt() so hardirq.h must be included.

Signed-off-by: Johannes Weiner <jw@xxxxxxxxx>
---
arch/xtensa/kernel/traps.c | 1 +
1 file changed, 1 insertion(+)

--- a/arch/xtensa/kernel/traps.c
+++ b/arch/xtensa/kernel/traps.c
@@ -25,6 +25,7 @@

#include <linux/kernel.h>
#include <linux/sched.h>
+#include <linux/hardirq.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/stringify.h>

--

--
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/