[PATCH 06/14] ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconst
Simon Horman
horms+renesas at verge.net.au
Thu Apr 17 15:44:55 PDT 2014
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
Acked-by: Geert Uytterhoeven <geert at linux-m68k.org>
---
arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 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 = {
/*
* 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" },
--
1.8.4
More information about the linux-arm-kernel
mailing list