Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: Declare mux table as const u32[]

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

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

authored by

Jonathan Neuschäfer and committed by
Stephen Boyd
eac03cb0 8a8e164b

+1 -1
+1 -1
drivers/clk/qcom/kpss-xcc.c
··· 17 17 "pxo", 18 18 }; 19 19 20 - static unsigned int aux_parent_map[] = { 20 + static const u32 aux_parent_map[] = { 21 21 3, 22 22 0, 23 23 };