aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-afeb-9260v1.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-07-01 05:33:25 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-09-03 04:55:45 -0400
commit0f391f189eae2c479122dc934d8ffdcbe4257cfe (patch)
tree741f2f8b4c68df4563eacaf0e23bd217c782b5ea /arch/arm/mach-at91/board-afeb-9260v1.c
parentd2992e51e799099e319aeaaa8648917954f59a3b (diff)
ARM: at91: Convert the boards to the init_time callback
Now that we have the init_time callback in the at91_init_soc structure, convert all the boards and SoC to this. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/board-afeb-9260v1.c')
-rw-r--r--arch/arm/mach-at91/board-afeb-9260v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-afeb-9260v1.c b/arch/arm/mach-at91/board-afeb-9260v1.c
index fc9621ccb606..e76e35ce81e7 100644
--- a/arch/arm/mach-at91/board-afeb-9260v1.c
+++ b/arch/arm/mach-at91/board-afeb-9260v1.c
@@ -213,7 +213,7 @@ static void __init afeb9260_board_init(void)
213 213
214MACHINE_START(AFEB9260, "Custom afeb9260 board") 214MACHINE_START(AFEB9260, "Custom afeb9260 board")
215 /* Maintainer: Sergey Lapin <slapin@ossfans.org> */ 215 /* Maintainer: Sergey Lapin <slapin@ossfans.org> */
216 .init_time = at91sam926x_pit_init, 216 .init_time = at91_init_time,
217 .map_io = at91_map_io, 217 .map_io = at91_map_io,
218 .handle_irq = at91_aic_handle_irq, 218 .handle_irq = at91_aic_handle_irq,
219 .init_early = afeb9260_init_early, 219 .init_early = afeb9260_init_early,