Fixes: 3cff52bad99d ("clk: mediatek: Add MT6765 clock support") Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx> --- clk-mt6765.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/mediatek/clk-mt6765.c b/drivers/clk/mediatek/clk-mt6765.c index 7b360b9..2f90511 100644 --- a/drivers/clk/mediatek/clk-mt6765.c +++ b/drivers/clk/mediatek/clk-mt6765.c @@ -33,8 +33,8 @@ static DEFINE_SPINLOCK(mt6765_clk_lock); /* Total 12 subsys */ -void __iomem *cksys_base; -void __iomem *apmixed_base; +static void __iomem *cksys_base; +static void __iomem *apmixed_base; /* CKSYS */ #define CLK_SCP_CFG_0 (cksys_base + 0x200) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html