mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
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>
This commit is contained in:
parent
8a8e164b1d
commit
eac03cb010
@ -17,7 +17,7 @@ static const char *aux_parents[] = {
|
||||
"pxo",
|
||||
};
|
||||
|
||||
static unsigned int aux_parent_map[] = {
|
||||
static const u32 aux_parent_map[] = {
|
||||
3,
|
||||
0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user