Skip to content

Commit

Permalink
mm, x86, ptrace, bts: defer branch trace stopping, cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Apr 8, 2009
1 parent 017bc61 commit 44bc9dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44bc9dc

Please sign in to comment.