linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Dove: fix build breakage with .timer/.init_time
@ 2013-02-16 19:43 Jason Cooper
  2013-02-17 18:23 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Cooper @ 2013-02-16 19:43 UTC (permalink / raw)
  To: linux-arm-kernel

In the latest arm-soc/for-next, building dove_defconfig breaks because
.timer has been replaced with .init_timer in DT_MACHINE_START.  With
this fix, it builds fine.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
---

Not sure where you guys want to apply this.  If I apply it to any one my
branches (without arm-soc/for-next), they break.

 arch/arm/mach-dove/board-dt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-dove/board-dt.c b/arch/arm/mach-dove/board-dt.c
index ee11b31..fbde1dd 100644
--- a/arch/arm/mach-dove/board-dt.c
+++ b/arch/arm/mach-dove/board-dt.c
@@ -85,7 +85,7 @@ DT_MACHINE_START(DOVE_DT, "Marvell Dove (Flattened Device Tree)")
 	.map_io		= dove_map_io,
 	.init_early	= dove_init_early,
 	.init_irq	= orion_dt_init_irq,
-	.timer		= &dove_timer,
+	.init_time	= dove_timer_init,
 	.init_machine	= dove_dt_init,
 	.restart	= dove_restart,
 	.dt_compat	= dove_dt_board_compat,
-- 
1.8.1.2

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

end of thread, other threads:[~2013-02-17 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 19:43 [PATCH] ARM: Dove: fix build breakage with .timer/.init_time Jason Cooper
2013-02-17 18:23 ` Arnd Bergmann
2013-02-17 23:00   ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).