summaryrefslogtreecommitdiffstats
path: root/arch/mips/jz4740/time.c
diff options
context:
space:
mode:
authorThierry Reding2012-09-02 11:20:34 +0200
committerThierry Reding2012-10-05 20:56:42 +0200
commit46a98765133bd880916415d431698797010d4ba8 (patch)
treeaed2b84af8c126bd7a81257447652f38a33fbd9a /arch/mips/jz4740/time.c
parentpwm: Move PUV3 PWM driver to PWM framework (diff)
downloadkernel-qcow2-linux-46a98765133bd880916415d431698797010d4ba8.tar.gz
kernel-qcow2-linux-46a98765133bd880916415d431698797010d4ba8.tar.xz
kernel-qcow2-linux-46a98765133bd880916415d431698797010d4ba8.zip
MIPS: JZ4740: Export timer API
This is a prerequisite for allowing the PWM driver to be converted to the PWM framework. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740/time.c')
-rw-r--r--arch/mips/jz4740/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jz4740/time.c b/arch/mips/jz4740/time.c
index f83c2dd07a27..39bb4bbf43e7 100644
--- a/arch/mips/jz4740/time.c
+++ b/arch/mips/jz4740/time.c
@@ -20,10 +20,10 @@
#include <linux/clockchips.h>
#include <asm/mach-jz4740/irq.h>
+#include <asm/mach-jz4740/timer.h>
#include <asm/time.h>
#include "clock.h"
-#include "timer.h"
#define TIMER_CLOCKEVENT 0
#define TIMER_CLOCKSOURCE 1