Re: [PATCH 5/8] clk: pxa: constify clk_ops structures

From: Stephen Boyd
Date: Tue Nov 06 2018 - 12:42:45 EST


Quoting Julia Lawall (2018-10-26 22:47:39)
> These clk_ops structures are only passed to a call to
> clk_register_composite where the corresponding parameters
> are const, so the clk_ops structure can be const as well.
>
> Identified and transformed using Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxx>
>
> ---

Applied to clk-next