[PATCH] m68knommu: fix up for the irq_handler_t changes
authorGreg Ungerer <gerg@snapgear.com>
Mon, 20 Nov 2006 05:46:22 +0000 (15:46 +1000)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 20 Nov 2006 18:16:49 +0000 (10:16 -0800)
commitace5f1d425beaa272b6e91cecc87b2c075d7feb2
tree9445f6ba8d8be95e999fdd2496027cee48713b72
parent49a1cd00b599d12c3f397e5a32f81f6e2aab0d74
[PATCH] m68knommu: fix up for the irq_handler_t changes

Switch to using irq_handler_t for interrupt function handler pointers.

Change name of m68knommu's irq_hanlder_t data structure so it doesn't
clash with the common type (include/linux/interrupt.h).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68knommu/kernel/setup.c
arch/m68knommu/kernel/time.c
arch/m68knommu/platform/5307/ints.c
include/asm-m68knommu/irq_regs.h [new file with mode: 0644]
include/asm-m68knommu/irqnode.h
include/asm-m68knommu/machdep.h