public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-17  2:19 Simon Horman
  2014-03-17  7:55 ` Geert Uytterhoeven
  2014-03-17 11:49 ` Sergei Shtylyov
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Horman @ 2014-03-17  2:19 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Geert Uytterhoeven <geert@linux-m68k•org>
Signed-off-by: Simon Horman <horms+renesas@verge•net.au>
---
 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Based on renesas-devel-v3.14-rc6-20140314
Requires "ARM: shmobile: koelsch-reference: Work around core clock issues"

diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 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" },
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-18  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17  2:19 [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst Simon Horman
2014-03-17  7:55 ` Geert Uytterhoeven
2014-03-17 11:49 ` Sergei Shtylyov
2014-03-18  0:27   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox