aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/timer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-sh/timer.h b/include/asm-sh/timer.h
index ebc78db1a9ea..341cb71c2f9b 100644
--- a/include/asm-sh/timer.h
+++ b/include/asm-sh/timer.h
@@ -11,7 +11,6 @@ struct sys_timer_ops {
11#ifndef CONFIG_GENERIC_TIME 11#ifndef CONFIG_GENERIC_TIME
12 unsigned long (*get_offset)(void); 12 unsigned long (*get_offset)(void);
13#endif 13#endif
14 unsigned long (*get_frequency)(void);
15}; 14};
16 15
17struct sys_timer { 16struct sys_timer {
@@ -33,11 +32,6 @@ static inline unsigned long get_timer_offset(void)
33} 32}
34#endif 33#endif
35 34
36static inline unsigned long get_timer_frequency(void)
37{
38 return sys_timer->ops->get_frequency();
39}
40
41/* arch/sh/kernel/timers/timer.c */ 35/* arch/sh/kernel/timers/timer.c */
42struct sys_timer *get_sys_timer(void); 36struct sys_timer *get_sys_timer(void);
43 37