aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clocksource.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r--include/linux/clocksource.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index e12e3095e2fb..e34015effeb6 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -149,8 +149,7 @@ extern u64 timecounter_cyc2time(struct timecounter *tc,
149 * @disable: optional function to disable the clocksource 149 * @disable: optional function to disable the clocksource
150 * @mask: bitmask for two's complement 150 * @mask: bitmask for two's complement
151 * subtraction of non 64 bit counters 151 * subtraction of non 64 bit counters
152 * @mult: cycle to nanosecond multiplier (adjusted by NTP) 152 * @mult: cycle to nanosecond multiplier
153 * @mult_orig: cycle to nanosecond multiplier (unadjusted by NTP)
154 * @shift: cycle to nanosecond divisor (power of two) 153 * @shift: cycle to nanosecond divisor (power of two)
155 * @flags: flags describing special properties 154 * @flags: flags describing special properties
156 * @vread: vsyscall based read 155 * @vread: vsyscall based read
@@ -168,7 +167,6 @@ struct clocksource {
168 void (*disable)(struct clocksource *cs); 167 void (*disable)(struct clocksource *cs);
169 cycle_t mask; 168 cycle_t mask;
170 u32 mult; 169 u32 mult;
171 u32 mult_orig;
172 u32 shift; 170 u32 shift;
173 unsigned long flags; 171 unsigned long flags;
174 cycle_t (*vread)(void); 172 cycle_t (*vread)(void);