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:
0aee77b
)
[PATCH] m68knommu: include irqnode.h in 68360/ints.c
author
Greg Ungerer
<gerg@snapgear.com>
Wed, 28 Jun 2006 06:09:41 +0000
(16:09 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 28 Jun 2006 22:03:47 +0000
(15:03 -0700)
The irqnode_t struct has moved to irqnode.h, need to include that
68360 ints.c.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68knommu/platform/68360/ints.c
patch
|
blob
|
history
diff --git
a/arch/m68knommu/platform/68360/ints.c
b/arch/m68knommu/platform/68360/ints.c
index ba184db1651b60daba705d4aaf56315ace42d145..0245fc4a478127223578387c346ff05970e42571 100644
(file)
--- a/
arch/m68knommu/platform/68360/ints.c
+++ b/
arch/m68knommu/platform/68360/ints.c
@@
-20,6
+20,7
@@
#include <asm/system.h>
#include <asm/irq.h>
+#include <asm/irqnode.h>
#include <asm/traps.h>
#include <asm/io.h>
#include <asm/machdep.h>