aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-03-13 02:29:57 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-04-13 22:30:39 -0400
commitf6f98b3e44ea408e33eb4d695a4225cc11210cdb (patch)
treea97e48419075b5ddacb3fdc838fc6ade770e92ca /arch/arm/mach-shmobile
parent89aff406dbc3ea3dfc008e8472181532c0c0f4ea (diff)
ARM: shmobile: koelsch: Annotate clk_names with __initconst
Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-koelsch-reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a760f7f19bc9..1e6a4361c0eb 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -85,7 +85,7 @@ static void __init koelsch_add_du_device(void)
85 * This is a really crude hack to provide clkdev support to platform 85 * This is a really crude hack to provide clkdev support to platform
86 * devices until they get moved to DT. 86 * devices until they get moved to DT.
87 */ 87 */
88static const struct clk_name clk_names[] = { 88static const struct clk_name clk_names[] __initconst = {
89 { "cmt0", NULL, "sh_cmt.0" }, 89 { "cmt0", NULL, "sh_cmt.0" },
90 { "scifa0", NULL, "sh-sci.0" }, 90 { "scifa0", NULL, "sh-sci.0" },
91 { "scifa1", NULL, "sh-sci.1" }, 91 { "scifa1", NULL, "sh-sci.1" },