Re: powerpc/512x: clk: constify clk_div_table
From: Michael Ellerman
Date: Thu Aug 31 2017 - 07:36:31 EST
On Mon, 2017-08-28 at 06:05:15 UTC, Arvind Yadav wrote:
> clk_div_table are not supposed to change at runtime.
> mpc512x_clk_divtable function working with const
> clk_div_table. So mark the non-const structs as const.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/9e2b70fbbc451cc56863644f6e7349
cheers