mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 21:31:51 +00:00
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
After discussing it, this feature is dropped as it is not considered
adequate:
https://patchwork.kernel.org/patch/9639317/
There is no user of this macro yet, so there is no impact on the drivers.
This reverts commit 376bc27150
.
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
ef89718ab6
commit
8e0931022e
5 changed files with 0 additions and 75 deletions
|
@ -223,13 +223,4 @@ static inline void tick_setup_hrtimer_broadcast(void) { }
|
|||
|
||||
#endif /* !CONFIG_GENERIC_CLOCKEVENTS */
|
||||
|
||||
#define CLOCKEVENT_OF_DECLARE(name, compat, fn) \
|
||||
OF_DECLARE_1_RET(clkevt, name, compat, fn)
|
||||
|
||||
#ifdef CONFIG_CLKEVT_PROBE
|
||||
extern int clockevent_probe(void);
|
||||
#else
|
||||
static inline int clockevent_probe(void) { return 0; }
|
||||
#endif
|
||||
|
||||
#endif /* _LINUX_CLOCKCHIPS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue