aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/hisilicon/crg-hi3516cv300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/hisilicon/crg-hi3516cv300.c b/drivers/clk/hisilicon/crg-hi3516cv300.c
index 2007123832bb..53450b651e4c 100644
--- a/drivers/clk/hisilicon/crg-hi3516cv300.c
+++ b/drivers/clk/hisilicon/crg-hi3516cv300.c
@@ -204,7 +204,7 @@ static const struct hisi_crg_funcs hi3516cv300_crg_funcs = {
204/* hi3516CV300 sysctrl CRG */ 204/* hi3516CV300 sysctrl CRG */
205#define HI3516CV300_SYSCTRL_NR_CLKS 16 205#define HI3516CV300_SYSCTRL_NR_CLKS 16
206 206
207static const char *wdt_mux_p[] __initconst = { "3m", "apb" }; 207static const char *const wdt_mux_p[] __initconst = { "3m", "apb" };
208static u32 wdt_mux_table[] = {0, 1}; 208static u32 wdt_mux_table[] = {0, 1};
209 209
210static const struct hisi_mux_clock hi3516cv300_sysctrl_mux_clks[] = { 210static const struct hisi_mux_clock hi3516cv300_sysctrl_mux_clks[] = {