Commit 459c6a9b8ee931e48f6af6637c10ec45521f0536

Authored by Greg Ungerer
Committed by Linus Torvalds
1 parent 56591b9961

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/m68knommu/platform/5307/pit.c
... ... @@ -43,7 +43,7 @@
43 43  
44 44 /***************************************************************************/
45 45  
46   -void coldfire_pit_init(irqreturn_t (*handler)(int, void *, struct pt_regs *))
  46 +void coldfire_pit_init(irq_handler_t handler)
47 47 {
48 48 volatile unsigned char *icrp;
49 49 volatile unsigned long *imrp;