aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-07-09 18:52:00 +0200
committerIngo Molnar <mingo@elte.hu>2007-07-09 18:52:00 +0200
commitdff06c157b6089b774514337769a3c1b7ccccf6c (patch)
tree41d02979a90c06d6c7421aad19759ef81e9bf055 /kernel
parentsched: clean up fastcall uses of sched_fork()/sched_exit() (diff)
downloadlinux-dev-dff06c157b6089b774514337769a3c1b7ccccf6c.tar.xz
linux-dev-dff06c157b6089b774514337769a3c1b7ccccf6c.zip
sched: clean up include files in sched.c
clean up include files in sched.c, they were still old-style <asm/>. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 2d23450e7614..7ce959e0b69a 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -22,7 +22,7 @@
#include <linux/module.h>
#include <linux/nmi.h>
#include <linux/init.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/highmem.h>
#include <linux/smp_lock.h>
#include <asm/mmu_context.h>
@@ -53,9 +53,9 @@
#include <linux/kprobes.h>
#include <linux/delayacct.h>
#include <linux/reciprocal_div.h>
+#include <linux/unistd.h>
#include <asm/tlb.h>
-#include <asm/unistd.h>
/*
* Scheduler clock - returns current time in nanosec units.