From 042c904c3e35e95ac911e8a2bf4097099b059e1a Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 10 Jan 2006 15:48:59 -0500 Subject: [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 Signed-off-by: Linus Torvalds --- kernel/mutex-debug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/mutex-debug.c b/kernel/mutex-debug.c index 4fcb051a8b9..3dec7536378 100644 --- a/kernel/mutex-debug.c +++ b/kernel/mutex-debug.c @@ -20,8 +20,6 @@ #include #include -#include - #include "mutex-debug.h" /* -- cgit v1.2.3