[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)
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>

No differences found