diff options
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 45b0c310ae82..a585a29fe7c4 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -44,7 +44,6 @@ typedef u64 cycle_t; | |||
44 | * subtraction of non 64 bit counters | 44 | * subtraction of non 64 bit counters |
45 | * @mult: cycle to nanosecond multiplier | 45 | * @mult: cycle to nanosecond multiplier |
46 | * @shift: cycle to nanosecond divisor (power of two) | 46 | * @shift: cycle to nanosecond divisor (power of two) |
47 | * @update_callback: called when safe to alter clocksource values | ||
48 | * @flags: flags describing special properties | 47 | * @flags: flags describing special properties |
49 | * @cycle_interval: Used internally by timekeeping core, please ignore. | 48 | * @cycle_interval: Used internally by timekeeping core, please ignore. |
50 | * @xtime_interval: Used internally by timekeeping core, please ignore. | 49 | * @xtime_interval: Used internally by timekeeping core, please ignore. |
@@ -57,7 +56,6 @@ struct clocksource { | |||
57 | cycle_t mask; | 56 | cycle_t mask; |
58 | u32 mult; | 57 | u32 mult; |
59 | u32 shift; | 58 | u32 shift; |
60 | int (*update_callback)(void); | ||
61 | unsigned long flags; | 59 | unsigned long flags; |
62 | 60 | ||
63 | /* timekeeping specific data, ignore */ | 61 | /* timekeeping specific data, ignore */ |