mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-11 18:57:59 +07:00
clocksource: add empty version of clocksource_of_init
Add an empty clocksource_of_init when !CLKSRC_OF. This is needed for builds where no timer has selected CLKSRC_OF. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
f6161aa153
commit
e0c2536238
@ -340,6 +340,7 @@ extern void clocksource_of_init(void);
|
|||||||
__used __section(__clksrc_of_table) \
|
__used __section(__clksrc_of_table) \
|
||||||
= { .compatible = compat, .data = fn };
|
= { .compatible = compat, .data = fn };
|
||||||
#else
|
#else
|
||||||
|
static inline void clocksource_of_init(void) {}
|
||||||
#define CLOCKSOURCE_OF_DECLARE(name, compat, fn)
|
#define CLOCKSOURCE_OF_DECLARE(name, compat, fn)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user