summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-ti-32k.c
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-08-28 09:02:39 +0200
committerStephen Boyd <sboyd@codeaurora.org>2017-08-31 07:27:00 +0200
commitdf4f45a00b104463d147c60a45f353879f70fc8b (patch)
tree4ae2e6f8792aa5a63a00c1a6d725ed064f02fe5b /drivers/clocksource/timer-ti-32k.c
parentclk: msm8996-gcc: add missing smmu clks (diff)
downloadlinux-df4f45a00b104463d147c60a45f353879f70fc8b.tar.xz
linux-df4f45a00b104463d147c60a45f353879f70fc8b.zip
clk: ux500: prcmu: constify clk_ops.
clk_ops are not supposed to change at runtime. All functions working with clk_ops provided by <linux/clk-provider.h> work with const clk_ops. So mark the non-const clk_ops as const. Here, Function "clk_reg_prcmu" is used to initialized clk_init_data. clk_init_data is working with const clk_ops. So make clk_reg_prcmu non-const clk_ops argument as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clocksource/timer-ti-32k.c')
0 files changed, 0 insertions, 0 deletions