aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-08 10:47:17 +0200
committerIngo Molnar <mingo@elte.hu>2009-04-08 10:47:17 +0200
commit44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf (patch)
tree10fd9713406ba588638fff5fe9bc309371fc782e /include/linux/mm.h
parentx86, ds: support Core i7 (diff)
downloadlinux-dev-44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf.tar.xz
linux-dev-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.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 @@
#include <linux/prio_tree.h>
#include <linux/debug_locks.h>
#include <linux/mm_types.h>
-#include <linux/sched.h>
struct mempolicy;
struct anon_vma;