Re: [PATCH] clk: sirf: make clk_ops const

2017-11-01 Thread Stephen Boyd
On 08/22, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. > > Signed-off-by: Bhumika Goyal > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

[PATCH] clk: sirf: make clk_ops const

2017-08-22 Thread Bhumika Goyal
Make these const as they are only stored in the const field of a clk_init_data structure. Signed-off-by: Bhumika Goyal --- To compile-test clk-common.c, I compiled clk-atlas6.c and clk-prima2.c as it gets included in these two files. drivers/clk/sirf/clk-common.c | 12 ++-- 1 file chang