diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 10:47:17 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-08 10:47:17 +0200 |
commit | 44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf (patch) | |
tree | 10fd9713406ba588638fff5fe9bc309371fc782e /include/linux/mm.h | |
parent | 017bc617657c928cb9a0c45a7a7e9f4e66695347 (diff) | |
download | linux-stable-44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf.tar.gz linux-stable-44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf.tar.bz2 linux-stable-44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf.zip |
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/linux/mm.h')
-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 @@ #include <linux/prio_tree.h> #include <linux/debug_locks.h> #include <linux/mm_types.h> -#include <linux/sched.h> struct mempolicy; struct anon_vma; |