]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clocksource/drivers/timer-of: Make the code compatible with modules
authorDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 27 Mar 2026 18:05:55 +0000 (19:05 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 3 Apr 2026 08:53:29 +0000 (10:53 +0200)
commit68ed094971b09ba530baf6f75cf1902df880a8d1
treed34ad546baeed14bede485773b1be28ab8e6a289
parent2423405880c2cd5473c8c4e937e8253b7444f532
clocksource/drivers/timer-of: Make the code compatible with modules

The next changes will bring the module support on the timer
drivers. Those use the API exported by the timer-of which are not
exporting their symbols. Fix that by adding EXPORT_SYMBOL_GPL().

Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Link: https://patch.msgid.link/20260327180600.8150-4-daniel.lezcano@kernel.org
drivers/clocksource/timer-of.c
drivers/clocksource/timer-of.h