From c75427928f11f0ce974d404a4756141e97dd8085 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2013 17:14:01 +0200 Subject: [PATCH] patches.arch/cubox-configuration.patch: Adjust Now that the only field in struct sys_timer is .init, delete the struct, and replace the machine descriptor .timer field with the initialization function itself. --- patches.arch/cubox-configuration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.arch/cubox-configuration.patch b/patches.arch/cubox-configuration.patch index a4e9a7a..02fb373 100644 --- a/patches.arch/cubox-configuration.patch +++ b/patches.arch/cubox-configuration.patch @@ -2934,7 +2934,7 @@ index 0000000..94ec264 + .map_io = dove_map_io, + .init_early = dove_init_early, + .init_irq = dove_init_irq, -+ .timer = &dove_timer, ++ .init_time = dove_timer_init, + .restart = dove_restart, +MACHINE_END -- -- 1.8.3.1