diff options
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r-- | include/linux/clockchips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index d6733e27af3..267ba73a5f2 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h | |||
@@ -144,6 +144,8 @@ extern int clockevents_program_event(struct clock_event_device *dev, | |||
144 | 144 | ||
145 | extern void clockevents_handle_noop(struct clock_event_device *dev); | 145 | extern void clockevents_handle_noop(struct clock_event_device *dev); |
146 | 146 | ||
147 | extern int clockevents_reconfigure(struct clock_event_device *ce, u32 freq, u32 minsec); | ||
148 | |||
147 | static inline void | 149 | static inline void |
148 | clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) | 150 | clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) |
149 | { | 151 | { |