projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3537f
)
cris build fixes: hardirq.h: include asm/irq.h
author
Jesper Nilsson
<
[email protected]
>
Thu, 15 Nov 2007 01:00:49 +0000
(17:00 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/include/asm-cris/hardirq.h
b/include/asm-cris/hardirq.h
index 1c13dd3faac3df57e186590f538ac4195bf5a9ea..74178adeb1cd30f3a07eed6366ee36b8613ffe47 100644
(file)
--- a/
include/asm-cris/hardirq.h
+++ b/
include/asm-cris/hardirq.h
@@
-1,6
+1,7
@@
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
+#include <asm/irq.h>
#include <linux/threads.h>
#include <linux/cache.h>