Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
arch/sh/kernel/time.c
··· 13 13 #include <linux/module.h> 14 14 #include <linux/init.h> 15 15 #include <linux/profile.h> 16 + #include <linux/timex.h> 17 + #include <linux/sched.h> 16 18 #include <asm/clock.h> 17 19 #include <asm/rtc.h> 18 20 #include <asm/timer.h>