aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r--include/linux/hrtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index abb674c9b764..98c5c1537b5d 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -85,7 +85,7 @@ struct hrtimer_base {
85 spinlock_t lock; 85 spinlock_t lock;
86 struct rb_root active; 86 struct rb_root active;
87 struct rb_node *first; 87 struct rb_node *first;
88 unsigned long resolution; 88 ktime_t resolution;
89 ktime_t (*get_time)(void); 89 ktime_t (*get_time)(void);
90 struct hrtimer *curr_timer; 90 struct hrtimer *curr_timer;
91}; 91};