diff options
| author | Ingo Molnar <mingo@elte.hu> | 2007-07-09 12:52:00 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-07-09 12:52:00 -0400 |
| commit | dff06c157b6089b774514337769a3c1b7ccccf6c (patch) | |
| tree | 41d02979a90c06d6c7421aad19759ef81e9bf055 /kernel | |
| parent | ad46c2c4ebcead75cd364a79b63b134393094fb9 (diff) | |
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.c | 4 |
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 @@ | |||
| 22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
| 23 | #include <linux/nmi.h> | 23 | #include <linux/nmi.h> |
| 24 | #include <linux/init.h> | 24 | #include <linux/init.h> |
| 25 | #include <asm/uaccess.h> | 25 | #include <linux/uaccess.h> |
| 26 | #include <linux/highmem.h> | 26 | #include <linux/highmem.h> |
| 27 | #include <linux/smp_lock.h> | 27 | #include <linux/smp_lock.h> |
| 28 | #include <asm/mmu_context.h> | 28 | #include <asm/mmu_context.h> |
| @@ -53,9 +53,9 @@ | |||
| 53 | #include <linux/kprobes.h> | 53 | #include <linux/kprobes.h> |
| 54 | #include <linux/delayacct.h> | 54 | #include <linux/delayacct.h> |
| 55 | #include <linux/reciprocal_div.h> | 55 | #include <linux/reciprocal_div.h> |
| 56 | #include <linux/unistd.h> | ||
| 56 | 57 | ||
| 57 | #include <asm/tlb.h> | 58 | #include <asm/tlb.h> |
| 58 | #include <asm/unistd.h> | ||
| 59 | 59 | ||
| 60 | /* | 60 | /* |
| 61 | * Scheduler clock - returns current time in nanosec units. | 61 | * Scheduler clock - returns current time in nanosec units. |
