Эх сурвалжийг харах

microblaze: include the new timecounter header.

The timecounter/cyclecounter code has moved, so users need the new include.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Richard Cochran 11 жил өмнө
parent
commit
5ce07a5cef

+ 1 - 0
arch/microblaze/kernel/timer.c

@@ -17,6 +17,7 @@
 #include <linux/clockchips.h>
 #include <linux/clockchips.h>
 #include <linux/of_address.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
 #include <linux/of_irq.h>
+#include <linux/timecounter.h>
 #include <asm/cpuinfo.h>
 #include <asm/cpuinfo.h>
 
 
 static void __iomem *timer_baseaddr;
 static void __iomem *timer_baseaddr;