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:
5b67954
)
sh: compile fixes for header cleanup.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Dec 2006 02:24:48 +0000
(11:24 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Dec 2006 02:24:48 +0000
(11:24 +0900)
Since some header inclusion paths were cleaned up, compilation
broke. Add in the headers we need directly to build again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/time.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/time.c
b/arch/sh/kernel/time.c
index 1b91c721497939c63cf54d1ea15492a13cacc25e..c206c9504c4bb40da950a374ead73943f9ab36a4 100644
(file)
--- a/
arch/sh/kernel/time.c
+++ b/
arch/sh/kernel/time.c
@@
-13,6
+13,8
@@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/profile.h>
+#include <linux/timex.h>
+#include <linux/sched.h>
#include <asm/clock.h>
#include <asm/rtc.h>
#include <asm/timer.h>