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

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Simon Horman 2014-03-17 11:19:56 +09:00
parent 53cf0cf7ba
commit 9e7b83c221

View file

@ -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" },