]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] m68knommu: move some platform irq support out of irq.h
authorGreg Ungerer <gerg@snapgear.com>
Mon, 7 Nov 2005 04:09:50 +0000 (14:09 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 16:00:47 +0000 (08:00 -0800)
commit2ed5e6d09e266bd2288d49aaaf240ed8c468c13c
tree4cd700790fbaf7709dd3218970e457927759738d
parent562d2f8ce4e463e1427ddfab5e84440323856f43
[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>
arch/m68knommu/kernel/asm-offsets.c
arch/m68knommu/platform/5307/ints.c
include/asm-m68knommu/irq.h
include/asm-m68knommu/irqnode.h [new file with mode: 0644]