Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2854903a authored by Magnus Damm's avatar Magnus Damm Committed by Rafael J. Wysocki
Browse files

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent df27a2d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 = {