diff mbox

[net-next,7/7] microblaze: include the new timecounter header.

Message ID 9fbb44aff6275706b344b7873a002abaa4a71376.1420108214.git.richardcochran@gmail.com
State Superseded, archived
Delegated to: David Miller
Headers show

Commit Message

Richard Cochran Jan. 1, 2015, 10:40 a.m. UTC
The timecounter/cyclecounter code has moved, so users need the new include.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
---
 arch/microblaze/kernel/timer.c |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c
index dd96f0e..c897745 100644
--- a/arch/microblaze/kernel/timer.c
+++ b/arch/microblaze/kernel/timer.c
@@ -17,6 +17,7 @@ 
 #include <linux/clockchips.h>
 #include <linux/of_address.h>
 #include <linux/of_irq.h>
+#include <linux/timecounter.h>
 #include <asm/cpuinfo.h>
 
 static void __iomem *timer_baseaddr;