Hi all, After merging the clockevents tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: modpost: vmlinux: section mismatch in reference: mct_init_dt+0x324 (section: .text) -> register_current_timer_delay (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: mct_init_dt+0x4c4 (section: .text) -> register_current_timer_delay (section: .init.text) Introduced by commit 5d86e479193b ("clocksource/drivers/exynos_mct: Add module support") and possibly 7e477e9c4eb4 ("clocksource/drivers/exynos_mct: Fix section mismatch from the module conversion") For this build, CONFIG_CLKSRC_EXYNOS_MCT=y -- Cheers, Stephen Rothwell