diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-28 08:09:41 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 00:03:47 +0200 |
commit | 0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb (patch) | |
tree | 488d22a387323dfce2de828d7c59ac92f1cff139 /arch | |
parent | [PATCH] m68knommu: fix clobber list in uCdimm/uCsimm helper asm (diff) | |
download | linux-0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb.tar.xz linux-0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb.zip |
[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')
-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 ba184db1651b..0245fc4a4781 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> |