mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
clocksource: always define CLOCKSOURCE_OF_DECLARE
This allows clocksource drivers that support both DT and non-DT to always invoke macro CLOCKSOURCE_OF_DECLARE(), rather than wrapping it in a #ifdef CONFIG_CLKSRC_OF, which simplifies their code. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
80debae584
commit
e1d7ef1cc4
@ -339,6 +339,8 @@ extern void clocksource_of_init(void);
|
|||||||
static const struct of_device_id __clksrc_of_table_##name \
|
static const struct of_device_id __clksrc_of_table_##name \
|
||||||
__used __section(__clksrc_of_table) \
|
__used __section(__clksrc_of_table) \
|
||||||
= { .compatible = compat, .data = fn };
|
= { .compatible = compat, .data = fn };
|
||||||
|
#else
|
||||||
|
#define CLOCKSOURCE_OF_DECLARE(name, compat, fn)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _LINUX_CLOCKSOURCE_H */
|
#endif /* _LINUX_CLOCKSOURCE_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user