Skip to content

Commit

Permalink
ARM: mach-shmobile: default to no earlytimer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent df27a2d commit 2854903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2854903

Please sign in to comment.