From: Ralf Baechle Date: Thu, 18 Oct 2007 15:00:19 +0000 (+0100) Subject: [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ack X-Git-Tag: v2.6.24-rc1~292^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfa7660dbf94a61b9d43edaa84be454f9dc25fc;p=pandora-kernel.git [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 --- Reading git-diff-tree failed