mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 01:21:58 +00:00
[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---
This commit is contained in:
parent
2c70df5b98
commit
54d0a216f4
39 changed files with 40 additions and 97 deletions
|
@ -83,11 +83,11 @@ extern asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs);
|
|||
/*
|
||||
* board specific routines required by time_init().
|
||||
* board_time_init is defaulted to NULL and can remain so.
|
||||
* board_timer_setup must be setup properly in machine setup routine.
|
||||
* plat_timer_setup must be setup properly in machine setup routine.
|
||||
*/
|
||||
struct irqaction;
|
||||
extern void (*board_time_init)(void);
|
||||
extern void (*board_timer_setup)(struct irqaction *irq);
|
||||
extern void plat_timer_setup(struct irqaction *irq);
|
||||
|
||||
/*
|
||||
* mips_hpt_frequency - must be set if you intend to use an R4k-compatible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue