]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ack
authorRalf Baechle <ralf@linux-mips.org>
Thu, 18 Oct 2007 15:00:19 +0000 (16:00 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 18 Oct 2007 17:11:47 +0000 (18:11 +0100)
commit2cfa7660dbf94a61b9d43edaa84be454f9dc25fc
tree634bbdec33888bce17cfd2f32e5e6a9e407847bf
parent76d3a7a54cbd40c979d9914f53066ff67f8463f5
[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>
arch/mips/kernel/time.c
include/asm-mips/time.h