diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-03-17 11:19:56 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-14 11:30:40 +0900 |
commit | 9e7b83c221cc257f4dc37acc82bbcb80627c0ab9 (patch) | |
tree | 8c7e8907ac62ade02dbae38e46aae3f99a4bbb38 /arch/arm/mach-shmobile | |
parent | 53cf0cf7ba2ef785b339826a0765bb6b1756adeb (diff) | |
download | op-kernel-dev-9e7b83c221cc257f4dc37acc82bbcb80627c0ab9.zip op-kernel-dev-9e7b83c221cc257f4dc37acc82bbcb80627c0ab9.tar.gz |
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.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 a39114a..63117d5 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" }, |