WARNING: vmlinux.o(.text+0x4fef5c): Section mismatch in reference from the function clk_mt6781_scpsys_probe() to the function .init.text:init_clk_scpsys()
The function clk_mt6781_scpsys_probe() references
the function __init init_clk_scpsys().
This is often because clk_mt6781_scpsys_probe lacks a __init
annotation or the annotation of init_clk_scpsys is wrong.
Signed-off-by: HELLINFIX <mridulsharma57570@gmail.com>