clk: pistachio: Declare mux table as const u32[]
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 5 Feb 2022 10:36:13 +0000 (11:36 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sat, 26 Feb 2022 00:41:39 +0000 (16:41 -0800)
commitfa6ffe65cce5e596a411f6a878f9ad6588f3b8a7
treed0bcb3865226329b2ca3dca2a00b01cd02fbe6d8
parenteac03cb010a9f5df37550b6082a6a8ba5e8b84dc
clk: pistachio: Declare mux table as const u32[]

Now that clk_register_mux_table takes a const u32 *, we can declare the
mux table as const u32[].

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20220205103613.1216218-8-j.neuschaefer@gmx.net
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/pistachio/clk-pistachio.c