]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/hrtimer.h
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
[karo-tx-linux.git] / include / linux / hrtimer.h
index 249e579ecd4c4d7ecf06f38e3c0fad75ba46000b..23d58fcd4d9a76713a70620caddc4b9fbba62092 100644 (file)
@@ -276,8 +276,6 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer)
        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 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
 
-static inline void hrtimer_peek_ahead_timers(void) { }
-
 static inline int hrtimer_is_hres_active(struct hrtimer *timer)
 {
        return 0;