]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clocksource/drivers/mmio: Make the code compatible with modules
authorDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 27 Mar 2026 18:05:54 +0000 (19:05 +0100)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 3 Apr 2026 08:52:05 +0000 (10:52 +0200)
commit2423405880c2cd5473c8c4e937e8253b7444f532
treeb490396cdba45d4356f2f284090b2011ddb0fbe8
parentfed9f727cc3f91dde8278961269419083502b40e
clocksource/drivers/mmio: 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 mmio clocksource which are
not exporting their symbols. Fix that by adding EXPORT_SYMBOL_GPL().

Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Acked-by: John Stultz <jstultz@google.com>
Link: https://patch.msgid.link/20260327180600.8150-3-daniel.lezcano@kernel.org
drivers/clocksource/mmio.c