mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
[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>
This commit is contained in:
parent
76d3a7a54c
commit
2cfa7660db
2 changed files with 0 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue