ARM: shmobile: koelsch: Annotate clk_names with __initconst
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Mar 2014 06:29:57 +0000 (15:29 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:30:39 +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 a760f7f19bc99ce9a49654d5c81fe09be40d2bf2..1e6a4361c0eb4a41e9233101d7da8f40bc9c0cfe 100644 (file)
@@ -85,7 +85,7 @@ static void __init koelsch_add_du_device(void)
  * This is a really crude hack to provide clkdev support to platform
  * devices until they get moved to DT.
  */
-static const struct clk_name clk_names[] = {
+static const struct clk_name clk_names[] __initconst = {
        { "cmt0", NULL, "sh_cmt.0" },
        { "scifa0", NULL, "sh-sci.0" },
        { "scifa1", NULL, "sh-sci.1" },
This page took 0.026104 seconds and 5 git commands to generate.