clk: sprd: mark the local clock symbols static
authorChunyan Zhang <chunyan.zhang@unisoc.com>
Tue, 19 May 2020 03:00:35 +0000 (11:00 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 27 May 2020 03:14:46 +0000 (20:14 -0700)
commit3aff9b5492475621e13ca83bdbf3dc8b823fc5a3
tree94b71fb66a0108efa0089a2ab9c3a236e7ae28a9
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
clk: sprd: mark the local clock symbols static

There's a few pll gate clocks which were not marked with static, and
those clock are used only in the current file, so add static key word
for them.

Fixes: 0e4b8a2349f3 ("clk: sprd: add clocks support for SC9863A")
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Link: https://lkml.kernel.org/r/20200519030036.1785-1-zhang.lyra@gmail.com
Reviewed-by: Baolin Wang <baolin.wang7@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/sprd/sc9863a-clk.c