Commit f7e3a826 authored by Jerome Brunet's avatar Jerome Brunet Committed by Michael Turquette

clk: meson: add missing const qualifiers on gate arrays

Reported-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/20170309104154.28295-3-jbrunet@baylibre.com
parent 1ddfe82e
...@@ -816,7 +816,7 @@ static struct meson_clk_mpll *const gxbb_clk_mplls[] = { ...@@ -816,7 +816,7 @@ static struct meson_clk_mpll *const gxbb_clk_mplls[] = {
&gxbb_mpll2, &gxbb_mpll2,
}; };
static struct clk_gate *gxbb_clk_gates[] = { static struct clk_gate *const gxbb_clk_gates[] = {
&gxbb_clk81, &gxbb_clk81,
&gxbb_ddr, &gxbb_ddr,
&gxbb_dos, &gxbb_dos,
......
...@@ -501,7 +501,7 @@ static struct meson_clk_pll *const meson8b_clk_plls[] = { ...@@ -501,7 +501,7 @@ static struct meson_clk_pll *const meson8b_clk_plls[] = {
&meson8b_sys_pll, &meson8b_sys_pll,
}; };
static struct clk_gate *meson8b_clk_gates[] = { static struct clk_gate *const meson8b_clk_gates[] = {
&meson8b_clk81, &meson8b_clk81,
&meson8b_ddr, &meson8b_ddr,
&meson8b_dos, &meson8b_dos,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment