Skip to content

Commit eac03cb

Browse files
neuschaeferbebarino
authored andcommitted
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>
1 parent 8a8e164 commit eac03cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/kpss-xcc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static const char *aux_parents[] = {
1717
"pxo",
1818
};
1919

20-
static unsigned int aux_parent_map[] = {
20+
static const u32 aux_parent_map[] = {
2121
3,
2222
0,
2323
};

0 commit comments

Comments
 (0)