Skip to content
Commit 9e2b70fb authored by Arvind Yadav's avatar Arvind Yadav Committed by Michael Ellerman
Browse files

powerpc/512x: Constify clk_div_tables



clk_div_tables 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: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 8d046759
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment