Re: [PATCH v1 7/7] time: Export symbol for sched_clock register function

From: John Stultz
Date: Tue Jun 03 2025 - 23:43:36 EST


On Mon, Jun 2, 2025 at 8:19 AM Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:
>
> The timer drivers could be converted into modules. The different
> functions to register the clocksource or the clockevent are already
> exporting their symbols for modules but the sched_clock_register()
> function is missing.
>
> Export the symbols so the drivers using this function can be converted
> into modules.

Thanks for chasing down all the details around this issue Daniel!

Acked-by: John Stultz <jstultz@xxxxxxxxxx>