aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/5307
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-02-06 21:02:52 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-09 13:45:33 -0500
commit459c6a9b8ee931e48f6af6637c10ec45521f0536 (patch)
tree2544c986b3d525a9996e4fa0a25035280d954272 /arch/m68knommu/platform/5307
parent56591b9961f7fb78c88354e59af7f0800f39dded (diff)
[PATCH] m68knommu: use irq_handler_t passing handler to PIT init
Use irq_handler_t type for passing timer handler to timer init code. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/platform/5307')
-rw-r--r--arch/m68knommu/platform/5307/pit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5307/pit.c b/arch/m68knommu/platform/5307/pit.c
index 9dc5688f71b5..aa15beeb36ca 100644
--- a/arch/m68knommu/platform/5307/pit.c
+++ b/arch/m68knommu/platform/5307/pit.c
@@ -43,7 +43,7 @@ void coldfire_pit_tick(void)
43 43
44/***************************************************************************/ 44/***************************************************************************/
45 45
46void coldfire_pit_init(irqreturn_t (*handler)(int, void *, struct pt_regs *)) 46void coldfire_pit_init(irq_handler_t handler)
47{ 47{
48 volatile unsigned char *icrp; 48 volatile unsigned char *icrp;
49 volatile unsigned long *imrp; 49 volatile unsigned long *imrp;