aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-12-06 11:24:48 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-12-06 11:24:48 +0900
commit65e5d90de6dba9975332dac4f849b81f663e16fa (patch)
tree0dcd1d9e94edfaed6053bd5fe22d95f098016bab
parent5b67954e804465a4658dd4da8d52b87a8d1ea00c (diff)
sh: compile fixes for header cleanup.
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>
-rw-r--r--arch/sh/kernel/time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c
index 1b91c721497..c206c9504c4 100644
--- 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>