|
@@ -36,11 +36,16 @@ static void __init shmobile_late_time_init(void)
|
|
|
early_platform_driver_probe("earlytimer", 2, 0);
|
|
|
}
|
|
|
|
|
|
-static void __init shmobile_timer_init(void)
|
|
|
+void __init shmobile_earlytimer_init(void)
|
|
|
{
|
|
|
late_time_init = shmobile_late_time_init;
|
|
|
}
|
|
|
|
|
|
+static void __init shmobile_timer_init(void)
|
|
|
+{
|
|
|
+ shmobile_earlytimer_init();
|
|
|
+}
|
|
|
+
|
|
|
struct sys_timer shmobile_timer = {
|
|
|
.init = shmobile_timer_init,
|
|
|
};
|