clk: hisilicon: Mark phase_ops static
authorStephen Boyd <sboyd@kernel.org>
Wed, 14 Mar 2018 21:34:16 +0000 (14:34 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 14 Mar 2018 21:34:16 +0000 (14:34 -0700)
commita91f77ef155e90b738c0d716844e31e136e9c6b4
treeccd6d80962cc81be83fd56e3dc38e27ce2108197
parente26a20339d222b538c1174cec2da45202319aa99
clk: hisilicon: Mark phase_ops static

Sparse rightfully complains:

drivers/clk/hisilicon/clk-hisi-phase.c:88:22: warning: symbol 'clk_phase_ops' was not declared. Should it be static?
drivers/clk/hisilicon/clk-hisi-phase.c:88:22: warning: symbol 'clk_phase_ops' was not declared. Should it be static?

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/hisilicon/clk-hisi-phase.c