sh: compile fixes for header cleanup.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 6 Dec 2006 02:24:48 +0000 (11:24 +0900)
committerPaul 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

index 1b91c721497939c63cf54d1ea15492a13cacc25e..c206c9504c4bb40da950a374ead73943f9ab36a4 100644 (file)
@@ -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>