diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-03-13 02:29:58 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-13 22:30:39 -0400 |
commit | f71c77286b2c1f809a85e8e42df88eb2ec132e5f (patch) | |
tree | 545d0977c97ee4638af11b74364be7c1441f19f4 | |
parent | f6f98b3e44ea408e33eb4d695a4225cc11210cdb (diff) |
ARM: shmobile: lager: Annotate clk_names with __initconst
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index c76248b9a5e7..7ff395efa9fe 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c | |||
@@ -89,7 +89,7 @@ static void __init lager_add_du_device(void) | |||
89 | * This is a really crude hack to provide clkdev support to platform | 89 | * This is a really crude hack to provide clkdev support to platform |
90 | * devices until they get moved to DT. | 90 | * devices until they get moved to DT. |
91 | */ | 91 | */ |
92 | static const struct clk_name clk_names[] = { | 92 | static const struct clk_name clk_names[] __initconst = { |
93 | { "cmt0", NULL, "sh_cmt.0" }, | 93 | { "cmt0", NULL, "sh_cmt.0" }, |
94 | { "scifa0", NULL, "sh-sci.0" }, | 94 | { "scifa0", NULL, "sh-sci.0" }, |
95 | { "scifa1", NULL, "sh-sci.1" }, | 95 | { "scifa1", NULL, "sh-sci.1" }, |