summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-18 17:00:19 +0200
committerRalf Baechle <ralf@linux-mips.org>2007-10-18 19:11:47 +0200
commit2cfa7660dbf94a61b9d43edaa84be454f9dc25fc (patch)
tree634bbdec33888bce17cfd2f32e5e6a9e407847bf /include
parent[MIPS] IP32: Retire use of plat_timer_setup. (diff)
downloadlinux-2cfa7660dbf94a61b9d43edaa84be454f9dc25fc.tar.xz
linux-2cfa7660dbf94a61b9d43edaa84be454f9dc25fc.zip
[MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ack
cycles_per_jiffy was only ever getting assigned and the function pointer not being called anymore and mips_timer_ack had gotten similarly stale. I leave the remaining assignments unfixed as a lighthouse pointing platform maintainers to what needs a rewrite. These changes make null_timer_ack() unreferenced, so delete that too. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h
index 35555bd5c52d..ff514b400924 100644
--- a/include/asm-mips/time.h
+++ b/include/asm-mips/time.h
@@ -40,7 +40,6 @@ extern int rtc_mips_set_mmss(unsigned long);
* mips_timer_ack may be NULL if the interrupt is self-recoverable.
*/
extern int (*mips_timer_state)(void);
-extern void (*mips_timer_ack)(void);
/*
* High precision timer clocksource.