diff options
author | Richard Cochran <richardcochran@gmail.com> | 2015-01-02 14:22:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-02 16:47:36 -0500 |
commit | 5ce07a5cef5094168d25296773681bc287e21e3b (patch) | |
tree | 5d81ba6687d57e773084e7d80a66f3ecbce59796 /arch | |
parent | d9f393734af52b7b09f02439164cc7182e17063c (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/kernel/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index dd96f0e4bfa2..c8977450e28c 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/clockchips.h> | 17 | #include <linux/clockchips.h> |
18 | #include <linux/of_address.h> | 18 | #include <linux/of_address.h> |
19 | #include <linux/of_irq.h> | 19 | #include <linux/of_irq.h> |
20 | #include <linux/timecounter.h> | ||
20 | #include <asm/cpuinfo.h> | 21 | #include <asm/cpuinfo.h> |
21 | 22 | ||
22 | static void __iomem *timer_baseaddr; | 23 | static void __iomem *timer_baseaddr; |