]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconst
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 17 Mar 2014 02:19:56 +0000 (11:19 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:30:40 +0000 (11:30 +0900)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/arm/mach-shmobile/board-koelsch-reference.c

index a39114a1fe1b24c5a6727566f23b266ad240982c..63117d52db9eec8734fa9b85847ac525c2abcdee 100644 (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" },