diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-28 16:09:41 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-28 15:03:47 -0700 |
commit | 0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb (patch) | |
tree | 488d22a387323dfce2de828d7c59ac92f1cff139 /arch/m68knommu | |
parent | 0aee77b221a68bf8ef5401712bb55c89e36b461c (diff) |
[PATCH] m68knommu: include irqnode.h in 68360/ints.c
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>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/68360/ints.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/platform/68360/ints.c b/arch/m68knommu/platform/68360/ints.c index ba184db1651..0245fc4a478 100644 --- 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> |