[hrtimer] Change resolution storage to ktime_t format
[deliverable/linux.git] / include / linux / hrtimer.h
index abb674c9b76465be8638acba950adcd90a21bea3..98c5c1537b5d7e1c94924401d1476a548324e752 100644 (file)
@@ -85,7 +85,7 @@ struct hrtimer_base {
        spinlock_t              lock;
        struct rb_root          active;
        struct rb_node          *first;
-       unsigned long           resolution;
+       ktime_t                 resolution;
        ktime_t                 (*get_time)(void);
        struct hrtimer          *curr_timer;
 };
This page took 0.035926 seconds and 5 git commands to generate.