[PATCH] m68knommu: move some platform irq support out of irq.h
Move some of the m68knommu platform specific irq core support to its own header, irqnode.h. Having it in asm-m68knommu/irq.h causes some build pain, since it is included in a number of common code places (and not all the required definitions will be included at these places). Signed-off-by:Greg Ungerer <gerg@uclinux.com> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/m68knommu/kernel/asm-offsets.c 1 addition, 0 deletionsarch/m68knommu/kernel/asm-offsets.c
- arch/m68knommu/platform/5307/ints.c 1 addition, 0 deletionsarch/m68knommu/platform/5307/ints.c
- include/asm-m68knommu/irq.h 0 additions, 31 deletionsinclude/asm-m68knommu/irq.h
- include/asm-m68knommu/irqnode.h 36 additions, 0 deletionsinclude/asm-m68knommu/irqnode.h
include/asm-m68knommu/irqnode.h
0 → 100644
Please register or sign in to comment