On 29/01/2022 18:34, Krzysztof Kozlowski wrote: > The Tesla FSD clock controller driver uses shared parts from Exynos > ARM64 clock drivers, so add proper dependency to fix COMPILE_TEST build > errors like: > > /usr/bin/aarch64-linux-gnu-ld: drivers/clk/samsung/clk-fsd.o: in function `fsd_cmu_probe': > clk-fsd.c:(.init.text+0x9c): undefined reference to `exynos_arm64_register_cmu' > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Fixes: e3f3dc3810d3 ("clk: samsung: fsd: Add cmu_peric block clock information") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > drivers/clk/samsung/Kconfig | 1 + > 1 file changed, 1 insertion(+) > What I forgot to mention - the commit being fixes is in my tree, so this should go as well via Samsung SoC. Best regards, Krzysztof