From: Magnus Damm Date: Tue, 6 Mar 2012 08:37:09 +0000 (+0900) Subject: ARM: mach-shmobile: default to no earlytimer X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2854903ad1329d09d7ec35639fff0949e45d496d;p=mv-sheeva.git ARM: mach-shmobile: default to no earlytimer Now when all SoCs and boards are converted to use shmobile_earlytimer_init(), change the default behavior of shmobile_timer.init() from using early timer to do nothing which is suitable for upcoming DT support. Signed-off-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c index e5106434355..be1ad70fe40 100644 --- a/arch/arm/mach-shmobile/timer.c +++ b/arch/arm/mach-shmobile/timer.c @@ -43,7 +43,6 @@ void __init shmobile_earlytimer_init(void) static void __init shmobile_timer_init(void) { - shmobile_earlytimer_init(); } struct sys_timer shmobile_timer = {