On Mon, Aug 28, 2017 at 10:58:53AM +0530, Arvind Yadav wrote: > clk_div_table are not supposed to change at runtime. All functions > working with clk_div_table provided by <linux/clk-provider.h> work > with const clk_div_table. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav <arvind.yadav...@gmail.com>
Acked-by: Shawn Guo <shawn...@kernel.org>