projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cd619
)
[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c
author
Ingo Molnar
<mingo@redhat.com>
Tue, 10 Jan 2006 20:48:59 +0000
(15:48 -0500)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Jan 2006 21:20:47 +0000
(13:20 -0800)
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>
kernel/mutex-debug.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/mutex-debug.c
b/kernel/mutex-debug.c
index 4fcb051a8b9ebe560eb2816d829b97dfd2d09994..3dec75363786b5a811908113138bef2ac3b32e74 100644
(file)
--- 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"
/*