mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
timers: Make run_local_timers() static
No users outside of the timer code. Move the caller below this function to avoid a pointless forward declaration. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
6e5a91901c
commit
cc947f2b9c
2 changed files with 24 additions and 25 deletions
|
@ -193,7 +193,6 @@ extern int try_to_del_timer_sync(struct timer_list *timer);
|
|||
#define del_singleshot_timer_sync(t) del_timer_sync(t)
|
||||
|
||||
extern void init_timers(void);
|
||||
extern void run_local_timers(void);
|
||||
struct hrtimer;
|
||||
extern enum hrtimer_restart it_real_fn(struct hrtimer *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue