ARM: shmobile: lager: Annotate clk_names with __initconst
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 13 Mar 2014 06:29:58 +0000 (15:29 +0900)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:14:55 +0000 (11:14 +0100)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
(cherry picked from commit f71c77286b2c1f809a85e8e42df88eb2ec132e5f)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-lager-reference.c

index c76248b..7ff395e 100644 (file)
@@ -89,7 +89,7 @@ static void __init lager_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" },