diff options
Diffstat (limited to 'drivers/clk/rockchip/clk-rk3188.c')
-rw-r--r-- | drivers/clk/rockchip/clk-rk3188.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3188.c b/drivers/clk/rockchip/clk-rk3188.c index 7eb684c50d42..556ce041d371 100644 --- a/drivers/clk/rockchip/clk-rk3188.c +++ b/drivers/clk/rockchip/clk-rk3188.c | |||
@@ -704,7 +704,7 @@ static struct rockchip_clk_branch rk3188_clk_branches[] __initdata = { | |||
704 | GATE(ACLK_GPS, "aclk_gps", "aclk_peri", 0, RK2928_CLKGATE_CON(8), 13, GFLAGS), | 704 | GATE(ACLK_GPS, "aclk_gps", "aclk_peri", 0, RK2928_CLKGATE_CON(8), 13, GFLAGS), |
705 | }; | 705 | }; |
706 | 706 | ||
707 | static const char *rk3188_critical_clocks[] __initconst = { | 707 | static const char *const rk3188_critical_clocks[] __initconst = { |
708 | "aclk_cpu", | 708 | "aclk_cpu", |
709 | "aclk_peri", | 709 | "aclk_peri", |
710 | "hclk_peri", | 710 | "hclk_peri", |