Skip to content

Commit

Permalink
[PATCH] m68knommu: use irq_handler_t passing handler to PIT init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 9, 2007
1 parent 56591b9 commit 459c6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/platform/5307/pit.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void coldfire_pit_tick(void)

/***************************************************************************/

void coldfire_pit_init(irqreturn_t (*handler)(int, void *, struct pt_regs *))
void coldfire_pit_init(irq_handler_t handler)
{
volatile unsigned char *icrp;
volatile unsigned long *imrp;
Expand Down

0 comments on commit 459c6a9

Please sign in to comment.