diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 04:47:17 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-08 04:47:17 -0400 |
commit | 44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf (patch) | |
tree | 10fd9713406ba588638fff5fe9bc309371fc782e /include | |
parent | 017bc617657c928cb9a0c45a7a7e9f4e66695347 (diff) |
mm, x86, ptrace, bts: defer branch trace stopping, cleanup
Andrew Morton noticed that mm.h needlessly includes sched.h - remove it.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 64d8ed2538ae..776b641f37e3 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/prio_tree.h> | 13 | #include <linux/prio_tree.h> |
14 | #include <linux/debug_locks.h> | 14 | #include <linux/debug_locks.h> |
15 | #include <linux/mm_types.h> | 15 | #include <linux/mm_types.h> |
16 | #include <linux/sched.h> | ||
17 | 16 | ||
18 | struct mempolicy; | 17 | struct mempolicy; |
19 | struct anon_vma; | 18 | struct anon_vma; |