diff options
author | Ingo Molnar <mingo@redhat.com> | 2006-01-10 15:48:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 13:20:47 -0800 |
commit | 042c904c3e35e95ac911e8a2bf4097099b059e1a (patch) | |
tree | eba7b4fd0e0296651795bc6cd6c10c720f82da9d /kernel/mutex-debug.c | |
parent | 49cd619c69d643b30a24029e40eb5364c7a26b2e (diff) |
[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c
Remove unnecessary (and incorrect) inclusion of asm/mutex.h, pointed out
by David Howells.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/mutex-debug.c')
-rw-r--r-- | kernel/mutex-debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/mutex-debug.c b/kernel/mutex-debug.c index 4fcb051a8b9e..3dec75363786 100644 --- a/kernel/mutex-debug.c +++ b/kernel/mutex-debug.c @@ -20,8 +20,6 @@ #include <linux/kallsyms.h> #include <linux/interrupt.h> -#include <asm/mutex.h> - #include "mutex-debug.h" /* |