projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdade10
)
[MUTEX]: linux/mutex-debug.h needs linux/linkage.h
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 10 Jan 2006 05:38:23 +0000
(21:38 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 10 Jan 2006 05:38:23 +0000
(21:38 -0800)
For FASTCALL() define.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mutex-debug.h
patch
|
blob
|
history
diff --git
a/include/linux/mutex-debug.h
b/include/linux/mutex-debug.h
index 0ccd8f983b50b732497c96006f889caf73c1dabd..8138d9eb58ec1c7e64b801fdbb47edb97e21df3d 100644
(file)
--- a/
include/linux/mutex-debug.h
+++ b/
include/linux/mutex-debug.h
@@
-1,6
+1,8
@@
#ifndef __LINUX_MUTEX_DEBUG_H
#define __LINUX_MUTEX_DEBUG_H
+#include <linux/linkage.h>
+
/*
* Mutexes - debugging helpers:
*/