diff options
author | Reynes Philippe <tremyfr@yahoo.fr> | 2008-03-17 19:19:05 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-19 13:44:57 -0400 |
commit | 30914a58af9d21c5f1831adabb5d7a800a378675 (patch) | |
tree | 8e63c0974c94a7e7106160274995f89717991722 /kernel/sched.c | |
parent | 27ec4407790d075c325e1f4da0a19c56953cce23 (diff) |
sched: sched.c needs tick.h
kernel/sched.c:506: erreur: implicit declaration of function tick_get_tick_sched
kernel/sched.c:506: erreur: invalid type argument of ->
kernel/sched.c:506: erreur: NOHZ_MODE_INACTIVE undeclared (first use in this function)
kernel/sched.c:506: erreur: (Each undeclared identifier is reported only once
kernel/sched.c:506: erreur: for each function it appears in.)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 7377222ab42f..7fe334ead4f9 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -66,6 +66,7 @@ | |||
66 | #include <linux/unistd.h> | 66 | #include <linux/unistd.h> |
67 | #include <linux/pagemap.h> | 67 | #include <linux/pagemap.h> |
68 | #include <linux/hrtimer.h> | 68 | #include <linux/hrtimer.h> |
69 | #include <linux/tick.h> | ||
69 | 70 | ||
70 | #include <asm/tlb.h> | 71 | #include <asm/tlb.h> |
71 | #include <asm/irq_regs.h> | 72 | #include <asm/irq_regs.h> |