Re: [PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure

2015-11-20 Thread Stephen Boyd
On 11/15, Julia Lawall wrote: > The clk_hw_omap_ops structures are never modified, so declare this one as > const, like the others. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is

[PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure

2015-11-15 Thread Julia Lawall
The clk_hw_omap_ops structures are never modified, so declare this one as const, like the others. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/clk/ti/apll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git