commit | 35f3c5185b1e28e6591aa649db8bf4fa16f1a7f3 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Oct 06 15:31:16 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Oct 06 15:31:16 2006 +0900 |
tree | d3057d468d36664d1accf964e76f6d97a299b40d | |
parent | a700f3594d63a85af196ac64984f7375d903afad [diff] [blame] |
sh: Updates for IRQ handler changes. Trivial fixes for build breakage introduced by IRQ handler changes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/timer.h b/include/asm-sh/timer.h index 341cb71..5df842b 100644 --- a/include/asm-sh/timer.h +++ b/include/asm-sh/timer.h
@@ -36,7 +36,6 @@ struct sys_timer *get_sys_timer(void); /* arch/sh/kernel/time.c */ -void handle_timer_tick(struct pt_regs *); +void handle_timer_tick(void); #endif /* __ASM_SH_TIMER_H */ -