diff options
Diffstat (limited to 'include/asm-sh/timer.h')
-rw-r--r-- | include/asm-sh/timer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sh/timer.h b/include/asm-sh/timer.h index 341cb71c2f9b..5df842bcf7b6 100644 --- a/include/asm-sh/timer.h +++ b/include/asm-sh/timer.h | |||
@@ -36,7 +36,6 @@ static inline unsigned long get_timer_offset(void) | |||
36 | struct sys_timer *get_sys_timer(void); | 36 | struct sys_timer *get_sys_timer(void); |
37 | 37 | ||
38 | /* arch/sh/kernel/time.c */ | 38 | /* arch/sh/kernel/time.c */ |
39 | void handle_timer_tick(struct pt_regs *); | 39 | void handle_timer_tick(void); |
40 | 40 | ||
41 | #endif /* __ASM_SH_TIMER_H */ | 41 | #endif /* __ASM_SH_TIMER_H */ |
42 | |||