]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ce1b615636b9c84c81fc728a48047e6a04a6714
tree94b71fb66a0108efa0089a2ab9c3a236e7ae28a9
parent0e6c92ce1d170795a396f8108369eb2c8412797f
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: b4ca7dbbbc1d ("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