hrtimer: remove hrtimer_clock_base::get_softirq_time()
[deliverable/linux.git] / include / linux / hrtimer.h
index 6d93dce61cbbc25c8b17d2f8f8c5c9d0e864ee9f..1b079bd29c35291ba5037afb49ce5c33ed034e00 100644 (file)
@@ -145,7 +145,6 @@ struct hrtimer_sleeper {
  * @first:             pointer to the timer node which expires first
  * @resolution:                the resolution of the clock, in nanoseconds
  * @get_time:          function to retrieve the current time of the clock
- * @get_softirq_time:  function to retrieve the current time from the softirq
  * @softirq_time:      the time when running the hrtimer queue in the softirq
  * @offset:            offset of this clock to the monotonic base
  * @reprogram:         function to reprogram the timer event
@@ -157,7 +156,6 @@ struct hrtimer_clock_base {
        struct rb_node          *first;
        ktime_t                 resolution;
        ktime_t                 (*get_time)(void);
-       ktime_t                 (*get_softirq_time)(void);
        ktime_t                 softirq_time;
 #ifdef CONFIG_HIGH_RES_TIMERS
        ktime_t                 offset;
This page took 0.036404 seconds and 5 git commands to generate.