]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: mach-shmobile: default to no earlytimer
authorMagnus Damm <damm@opensource.se>
Tue, 6 Mar 2012 08:37:09 +0000 (17:37 +0900)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 12 Mar 2012 21:19:46 +0000 (22:19 +0100)
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 <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/timer.c

index e5106434355336402c95e5c24bc2321100d943a8..be1ad70fe404da94a3614270f912c205b3767948 100644 (file)
@@ -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 = {