diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-03-13 07:29:57 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-14 04:30:39 +0200 |
commit | f6f98b3e44ea408e33eb4d695a4225cc11210cdb (patch) | |
tree | a97e48419075b5ddacb3fdc838fc6ade770e92ca /arch/arm/mach-shmobile/board-koelsch-reference.c | |
parent | ARM: shmobile: Use shmobile_clk_workaround() on Koelsch (diff) | |
download | linux-f6f98b3e44ea408e33eb4d695a4225cc11210cdb.tar.xz linux-f6f98b3e44ea408e33eb4d695a4225cc11210cdb.zip |
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/board-koelsch-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 2 |
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) * 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" }, |