hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
This function was removed in commit c6eb3f70d4
(hrtimer: Get rid of
hrtimer softirq, 2015-04-14) but the prototype wasn't ever deleted.
Delete it now.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Link: http://lkml.kernel.org/r/20170317010814.2591-1-sboyd@codeaurora.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:

committed by
Thomas Gleixner

parent
e7ea7c9806
commit
016da20148
@@ -276,8 +276,6 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer)
|
|||||||
return timer->base->cpu_base->hres_active;
|
return timer->base->cpu_base->hres_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void hrtimer_peek_ahead_timers(void);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The resolution of the clocks. The resolution value is returned in
|
* The resolution of the clocks. The resolution value is returned in
|
||||||
* the clock_getres() system call to give application programmers an
|
* the clock_getres() system call to give application programmers an
|
||||||
@@ -300,8 +298,6 @@ extern unsigned int hrtimer_resolution;
|
|||||||
|
|
||||||
#define hrtimer_resolution (unsigned int)LOW_RES_NSEC
|
#define hrtimer_resolution (unsigned int)LOW_RES_NSEC
|
||||||
|
|
||||||
static inline void hrtimer_peek_ahead_timers(void) { }
|
|
||||||
|
|
||||||
static inline int hrtimer_is_hres_active(struct hrtimer *timer)
|
static inline int hrtimer_is_hres_active(struct hrtimer *timer)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
@@ -1368,10 +1368,7 @@ retry:
|
|||||||
ktime_to_ns(delta));
|
ktime_to_ns(delta));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* called with interrupts disabled */
|
||||||
* local version of hrtimer_peek_ahead_timers() called with interrupts
|
|
||||||
* disabled.
|
|
||||||
*/
|
|
||||||
static inline void __hrtimer_peek_ahead_timers(void)
|
static inline void __hrtimer_peek_ahead_timers(void)
|
||||||
{
|
{
|
||||||
struct tick_device *td;
|
struct tick_device *td;
|
||||||
|
Reference in New Issue
Block a user