OSDN Git Service

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)
commitfa1da981f5ee603610bd8f8920c4ec393e95ceeb
tree83f50029cf5148add0e5b91023dfad330fcbc326
parente90a7da4f75435ba0e5fcb12ed65fa6d4bd7a364
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