diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 11:24:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 11:24:48 +0900 |
commit | 65e5d90de6dba9975332dac4f849b81f663e16fa (patch) | |
tree | 0dcd1d9e94edfaed6053bd5fe22d95f098016bab | |
parent | 5b67954e804465a4658dd4da8d52b87a8d1ea00c (diff) | |
download | op-kernel-dev-65e5d90de6dba9975332dac4f849b81f663e16fa.zip op-kernel-dev-65e5d90de6dba9975332dac4f849b81f663e16fa.tar.gz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c index 1b91c72..c206c95 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> |