提交 459c6a9b 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

[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: NGreg Ungerer <gerg@uclinux.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 56591b99
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册