]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx: make clk_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 22 Aug 2017 13:18:29 +0000 (18:48 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 2 Nov 2017 06:25:49 +0000 (23:25 -0700)
commit253cf6651875c04b1ce4db83452edf15f30f5f03
tree83f50029cf5148add0e5b91023dfad330fcbc326
parent44d36220fb0664609cb708d2539a73c19e6f5e6a
clk: imx: 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>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/imx/clk-busy.c
drivers/clk/imx/clk-gate2.c
drivers/clk/imx/clk-pllv1.c
drivers/clk/imx/clk-pllv2.c