aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-08 04:47:17 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-08 04:47:17 -0400
commit44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf (patch)
tree10fd9713406ba588638fff5fe9bc309371fc782e /include/linux/mm.h
parent017bc617657c928cb9a0c45a7a7e9f4e66695347 (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/linux/mm.h')
-rw-r--r--include/linux/mm.h1
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
18struct mempolicy; 17struct mempolicy;
19struct anon_vma; 18struct anon_vma;