summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorSimon Horman2014-03-17 03:19:56 +0100
committerSimon Horman2014-04-14 04:30:40 +0200
commit9e7b83c221cc257f4dc37acc82bbcb80627c0ab9 (patch)
tree8c7e8907ac62ade02dbae38e46aae3f99a4bbb38 /arch/arm/mach-shmobile
parentARM: shmobile: koelsch-reference: Work around core clock issues (diff)
downloadkernel-qcow2-linux-9e7b83c221cc257f4dc37acc82bbcb80627c0ab9.tar.gz
kernel-qcow2-linux-9e7b83c221cc257f4dc37acc82bbcb80627c0ab9.tar.xz
kernel-qcow2-linux-9e7b83c221cc257f4dc37acc82bbcb80627c0ab9.zip
ARM: shmobile: koelsch-reference: Annotate clk_enables as __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 a39114a1fe1b..63117d52db9e 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
/*
* This is a really crude hack to work around core platform clock issues
*/
-static const struct clk_name clk_enables[] = {
+static const struct clk_name clk_enables[] __initconst = {
{ "ether", NULL, "ee700000.ethernet" },
{ "i2c2", NULL, "e6530000.i2c" },
{ "msiof0", NULL, "e6e20000.spi" },