diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-31 00:25:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-31 00:25:23 +0200 |
commit | 548c316137901cc81dea35e26362a9d5ba0b89b6 (patch) | |
tree | cc344e2c3edbb83d20e303c803d0a7289e81cd0f /mm | |
parent | f80d2d7725b04f8225b11b55e43bb2c77c819926 (diff) | |
download | linux-stable-548c316137901cc81dea35e26362a9d5ba0b89b6.tar.gz linux-stable-548c316137901cc81dea35e26362a9d5ba0b89b6.tar.bz2 linux-stable-548c316137901cc81dea35e26362a9d5ba0b89b6.zip |
tracing, Text Edit Lock: cleanup
Remove incorrectly introduced headers.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memory.c b/mm/memory.c index dfc9e4ea4e8b..baa999e87cd2 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -48,8 +48,6 @@ #include <linux/rmap.h> #include <linux/module.h> #include <linux/delayacct.h> -#include <linux/kprobes.h> -#include <linux/mutex.h> #include <linux/init.h> #include <linux/writeback.h> #include <linux/memcontrol.h> |