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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -816,7 +816,7 @@ static struct meson_clk_mpll *const gxbb_clk_mplls[] = {
	&gxbb_mpll2,
};

static struct clk_gate *gxbb_clk_gates[] = {
static struct clk_gate *const gxbb_clk_gates[] = {
	&gxbb_clk81,
	&gxbb_ddr,
	&gxbb_dos,
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ static struct meson_clk_pll *const meson8b_clk_plls[] = {
	&meson8b_sys_pll,
};

static struct clk_gate *meson8b_clk_gates[] = {
static struct clk_gate *const meson8b_clk_gates[] = {
	&meson8b_clk81,
	&meson8b_ddr,
	&meson8b_dos,