summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorSimon Horman2014-03-13 07:29:57 +0100
committerSimon Horman2014-04-14 04:30:39 +0200
commitf6f98b3e44ea408e33eb4d695a4225cc11210cdb (patch)
treea97e48419075b5ddacb3fdc838fc6ade770e92ca /arch/arm/mach-shmobile
parentARM: shmobile: Use shmobile_clk_workaround() on Koelsch (diff)
downloadkernel-qcow2-linux-f6f98b3e44ea408e33eb4d695a4225cc11210cdb.tar.gz
kernel-qcow2-linux-f6f98b3e44ea408e33eb4d695a4225cc11210cdb.tar.xz
kernel-qcow2-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')
-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)
* 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" },