diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-14 20:00:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:45:45 -0500 |
commit | 80bf7a5be08cc39c1edb490925a85a5f60e51a21 (patch) | |
tree | 55919ab7507e9ac6de52d647520934f0ea05d547 /include | |
parent | 0c3537ffcad08eabd49d43762fcb9f6da8517d9b (diff) |
cris build fixes: hardirq.h: include asm/irq.h
Include asm/irq.h to avoid undefined value warning.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-cris/hardirq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/hardirq.h b/include/asm-cris/hardirq.h index 1c13dd3faac3..74178adeb1cd 100644 --- a/include/asm-cris/hardirq.h +++ b/include/asm-cris/hardirq.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef __ASM_HARDIRQ_H | 1 | #ifndef __ASM_HARDIRQ_H |
2 | #define __ASM_HARDIRQ_H | 2 | #define __ASM_HARDIRQ_H |
3 | 3 | ||
4 | #include <asm/irq.h> | ||
4 | #include <linux/threads.h> | 5 | #include <linux/threads.h> |
5 | #include <linux/cache.h> | 6 | #include <linux/cache.h> |
6 | 7 | ||