ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event device
[linux-2.6-microblaze.git] / arch / arm / kernel / time.c
index b996b2c..dddc7eb 100644 (file)
@@ -9,6 +9,7 @@
  *  reading the RTC at bootup, etc...
  */
 #include <linux/clk-provider.h>
+#include <linux/clockchips.h>
 #include <linux/clocksource.h>
 #include <linux/errno.h>
 #include <linux/export.h>
@@ -107,5 +108,6 @@ void __init time_init(void)
                of_clk_init(NULL);
 #endif
                timer_probe();
+               tick_setup_hrtimer_broadcast();
        }
 }