diff options
| author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-12-09 07:19:36 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:15:00 -0500 |
| commit | c9662341f8a09cffd7234a89cc066c342fe343bf (patch) | |
| tree | 09cace456902e8e61bb04c259863ee231d6336cc /arch | |
| parent | fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9 (diff) | |
[MIPS] time: remove unused mips_timer_state()
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/dec/time.c | 1 | ||||
| -rw-r--r-- | arch/mips/kernel/time.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/dec/time.c b/arch/mips/dec/time.c index 820e5331205f..60349062595a 100644 --- a/arch/mips/dec/time.c +++ b/arch/mips/dec/time.c | |||
| @@ -161,7 +161,6 @@ static cycle_t dec_ioasic_hpt_read(void) | |||
| 161 | 161 | ||
| 162 | void __init plat_time_init(void) | 162 | void __init plat_time_init(void) |
| 163 | { | 163 | { |
| 164 | mips_timer_state = dec_timer_state; | ||
| 165 | mips_timer_ack = dec_timer_ack; | 164 | mips_timer_ack = dec_timer_ack; |
| 166 | 165 | ||
| 167 | if (!cpu_has_counter && IOASIC) | 166 | if (!cpu_has_counter && IOASIC) |
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c index 2995be1ab3ca..9f85d4cecc5b 100644 --- a/arch/mips/kernel/time.c +++ b/arch/mips/kernel/time.c | |||
| @@ -50,8 +50,6 @@ int update_persistent_clock(struct timespec now) | |||
| 50 | return rtc_mips_set_mmss(now.tv_sec); | 50 | return rtc_mips_set_mmss(now.tv_sec); |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | int (*mips_timer_state)(void); | ||
| 54 | |||
| 55 | int null_perf_irq(void) | 53 | int null_perf_irq(void) |
| 56 | { | 54 | { |
| 57 | return 0; | 55 | return 0; |
