summaryrefslogtreecommitdiffstats
path: root/include/linux/clockchips.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r--include/linux/clockchips.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index acc9ce05e5f0..a116926598fd 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -223,13 +223,4 @@ static inline void tick_setup_hrtimer_broadcast(void) { }
223 223
224#endif /* !CONFIG_GENERIC_CLOCKEVENTS */ 224#endif /* !CONFIG_GENERIC_CLOCKEVENTS */
225 225
226#define CLOCKEVENT_OF_DECLARE(name, compat, fn) \
227 OF_DECLARE_1_RET(clkevt, name, compat, fn)
228
229#ifdef CONFIG_CLKEVT_PROBE
230extern int clockevent_probe(void);
231#else
232static inline int clockevent_probe(void) { return 0; }
233#endif
234
235#endif /* _LINUX_CLOCKCHIPS_H */ 226#endif /* _LINUX_CLOCKCHIPS_H */