projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088a42a
)
MIPS: MSP: Fix build error
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 29 Mar 2011 14:09:25 +0000
(16:09 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 10 May 2011 17:15:24 +0000
(18:15 +0100)
Reported and original patch by Yoichi Yuasa <yuasa@linux-mips.org>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cevt-r4k.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/cevt-r4k.h
b/arch/mips/include/asm/cevt-r4k.h
index fa4328f9124f7d539f4ecf3ec78caaec43def36a..65f9bdd02f1f787d35f03cc8a51f11c87704e1ee 100644
(file)
--- 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);