From: Ingo Molnar Date: Wed, 8 Apr 2009 08:47:17 +0000 (+0200) Subject: mm, x86, ptrace, bts: defer branch trace stopping, cleanup X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf;p=deliverable%2Flinux.git 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 Signed-off-by: Ingo Molnar --- 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 #include #include -#include struct mempolicy; struct anon_vma;