diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-03-29 16:09:25 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-10 18:15:24 +0100 |
commit | 866d7f5622cf5830b085a4471e67d4ed9106cb2e (patch) | |
tree | 4a40f4d687396f2d3e54e69eaae3b1a9e55e8609 /arch | |
parent | 088a42acc4f0e28fc6d8b823cafb03a00ff61aec (diff) | |
download | linux-3.10-866d7f5622cf5830b085a4471e67d4ed9106cb2e.tar.gz linux-3.10-866d7f5622cf5830b085a4471e67d4ed9106cb2e.tar.bz2 linux-3.10-866d7f5622cf5830b085a4471e67d4ed9106cb2e.zip |
MIPS: MSP: Fix build error
Reported and original patch by Yoichi Yuasa <yuasa@linux-mips.org>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/cevt-r4k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cevt-r4k.h b/arch/mips/include/asm/cevt-r4k.h index fa4328f9124..65f9bdd02f1 100644 --- a/arch/mips/include/asm/cevt-r4k.h +++ b/arch/mips/include/asm/cevt-r4k.h @@ -14,6 +14,9 @@ #ifndef __ASM_CEVT_R4K_H #define __ASM_CEVT_R4K_H +#include <linux/clockchips.h> +#include <asm/time.h> + DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device); void mips_event_handler(struct clock_event_device *dev); |