]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
clk: spear: make clk_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 22 Aug 2017 13:14:50 +0000 (18:44 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 2 Nov 2017 06:24:37 +0000 (23:24 -0700)
commitba3892df525b9ff203d0ad116a41306bf5081215
treed6fc09f0656c5ea8a738fca12728684a743387f3
parent37d2f45d940bfdd7c9a5323f3d3462bea3a3e957
clk: spear: make clk_ops const

Make these const as they are only stored in the const field of a
clk_init_data structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/spear/clk-aux-synth.c
drivers/clk/spear/clk-frac-synth.c
drivers/clk/spear/clk-gpt-synth.c
drivers/clk/spear/clk-vco-pll.c