diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-03-16 22:19:56 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-13 22:30:40 -0400 |
commit | 9e7b83c221cc257f4dc37acc82bbcb80627c0ab9 (patch) | |
tree | 8c7e8907ac62ade02dbae38e46aae3f99a4bbb38 /arch/arm/mach-shmobile/board-koelsch-reference.c | |
parent | 53cf0cf7ba2ef785b339826a0765bb6b1756adeb (diff) |
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>
Diffstat (limited to 'arch/arm/mach-shmobile/board-koelsch-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c index a39114a1fe1b..63117d52db9e 100644 --- a/arch/arm/mach-shmobile/board-koelsch-reference.c +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c | |||
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = { | |||
110 | /* | 110 | /* |
111 | * This is a really crude hack to work around core platform clock issues | 111 | * This is a really crude hack to work around core platform clock issues |
112 | */ | 112 | */ |
113 | static const struct clk_name clk_enables[] = { | 113 | static const struct clk_name clk_enables[] __initconst = { |
114 | { "ether", NULL, "ee700000.ethernet" }, | 114 | { "ether", NULL, "ee700000.ethernet" }, |
115 | { "i2c2", NULL, "e6530000.i2c" }, | 115 | { "i2c2", NULL, "e6530000.i2c" }, |
116 | { "msiof0", NULL, "e6e20000.spi" }, | 116 | { "msiof0", NULL, "e6e20000.spi" }, |