Commit 0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb

Authored by Greg Ungerer
Committed by Linus Torvalds
1 parent 0aee77b221

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/m68knommu/platform/68360/ints.c
... ... @@ -20,6 +20,7 @@
20 20  
21 21 #include <asm/system.h>
22 22 #include <asm/irq.h>
  23 +#include <asm/irqnode.h>
23 24 #include <asm/traps.h>
24 25 #include <asm/io.h>
25 26 #include <asm/machdep.h>