Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 042c904c authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds
Browse files

[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: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 49cd619c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@
#include <linux/kallsyms.h>
#include <linux/kallsyms.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>


#include <asm/mutex.h>

#include "mutex-debug.h"
#include "mutex-debug.h"


/*
/*