CLK: SPEAr: make aux_clk_masks structures const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 17 Oct 2017 14:38:34 +0000 (16:38 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 2 Nov 2017 06:23:01 +0000 (23:23 -0700)
commit37d2f45d940bfdd7c9a5323f3d3462bea3a3e957
tree49ba9daad1624cd2cfd5e5b7c8a458e43a3beeff
parent71bf5ab8638fe333ac8a984b46fc3f4ea0c5120a
CLK: SPEAr: make aux_clk_masks structures const

Make these const as they are either stored in the masks 'const' field
of a clk_aux structure or passed to the function clk_register_aux
having the argument as const.

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/spear1310_clock.c
drivers/clk/spear/spear1340_clock.c