--- zzzz-none-000/linux-3.10.107/arch/arm/mach-msm/board-halibut.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/arm/mach-msm/board-halibut.c 2021-11-10 11:53:52.000000000 +0000 @@ -36,7 +36,6 @@ #include #include "devices.h" -#include "common.h" static struct resource smc91x_resources[] = { [0] = { @@ -59,7 +58,6 @@ }; static struct platform_device *devices[] __initdata = { - &msm_device_gpio_7201, &msm_device_uart3, &msm_device_smd, &msm_device_nand, @@ -107,5 +105,5 @@ .init_irq = halibut_init_irq, .init_machine = halibut_init, .init_late = halibut_init_late, - .init_time = msm7x01_timer_init, + .timer = &msm_timer, MACHINE_END