aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clockchips.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r--include/linux/clockchips.h2
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
145extern void clockevents_handle_noop(struct clock_event_device *dev); 145extern void clockevents_handle_noop(struct clock_event_device *dev);
146 146
147extern int clockevents_reconfigure(struct clock_event_device *ce, u32 freq, u32 minsec);
148
147static inline void 149static inline void
148clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) 150clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec)
149{ 151{