Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e7b83c2 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconst

parent 53cf0cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
/*
 * This is a really crude hack to work around core platform clock issues
 */
static const struct clk_name clk_enables[] = {
static const struct clk_name clk_enables[] __initconst = {
	{ "ether", NULL, "ee700000.ethernet" },
	{ "i2c2", NULL, "e6530000.i2c" },
	{ "msiof0", NULL, "e6e20000.spi" },