aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/timer.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-03-06 17:37:09 +0900
committerRafael J. Wysocki <rjw@sisk.pl>2012-03-12 22:19:46 +0100
commit2854903ad1329d09d7ec35639fff0949e45d496d (patch)
tree810a0efa3f2c62cfb29a83780445b0457d5b804a /arch/arm/mach-shmobile/timer.c
parentARM: mach-shmobile: r8a7779 and Marzen timer rework (diff)
downloadlinux-dev-2854903ad1329d09d7ec35639fff0949e45d496d.tar.xz
linux-dev-2854903ad1329d09d7ec35639fff0949e45d496d.zip
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 <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/timer.c')
-rw-r--r--arch/arm/mach-shmobile/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c
index e51064343553..be1ad70fe404 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 = {