[PATCH] clk: spear: make clk_ops const
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2017-09-13 19:15:39
Also in:
linux-clk, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2017-09-13 19:15:39
Also in:
linux-clk, lkml
On 22-08-17, 18:44, Bhumika Goyal wrote:
Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal <redacted> --- drivers/clk/spear/clk-aux-synth.c | 2 +- drivers/clk/spear/clk-frac-synth.c | 2 +- drivers/clk/spear/clk-gpt-synth.c | 2 +- drivers/clk/spear/clk-vco-pll.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh