cris build fixes: hardirq.h: include asm/irq.h
authorJesper Nilsson <[email protected]>
Thu, 15 Nov 2007 01:00:49 +0000 (17:00 -0800)
committerLinus Torvalds <[email protected]>
Thu, 15 Nov 2007 02:45:45 +0000 (18:45 -0800)
Include asm/irq.h to avoid undefined value warning.

Signed-off-by: Jesper Nilsson <[email protected]>
Acked-by: Mikael Starvik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-cris/hardirq.h

index 1c13dd3faac3df57e186590f538ac4195bf5a9ea..74178adeb1cd30f3a07eed6366ee36b8613ffe47 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __ASM_HARDIRQ_H
 #define __ASM_HARDIRQ_H
 
+#include <asm/irq.h>
 #include <linux/threads.h>
 #include <linux/cache.h>