Re: [PATCH] net: stmmac: constify clk_div_table

From: David Miller
Date: Tue Aug 29 2017 - 13:56:59 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Mon, 28 Aug 2017 11:22:20 +0530

> clk_div_table are not supposed to change at runtime.
> meson8b_dwmac structure is working with const clk_div_table.
> So mark the non-const structs as const.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>

Applied.