projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f6ece
)
[MUTEX]: linux/mutex.h needs linux/linkage.h too
author
David S. Miller
<davem@sunset.davemloft.net>
Wed, 11 Jan 2006 08:15:16 +0000
(
00:15
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 11 Jan 2006 08:15:16 +0000
(
00:15
-0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mutex.h
patch
|
blob
|
history
diff --git
a/include/linux/mutex.h
b/include/linux/mutex.h
index 9bce0fee68d43d8f56e2a40b84203e0fb93c73e1..f1c84b1252f5d208f14c18ba7f9fe0b8e890bb81 100644
(file)
--- a/
include/linux/mutex.h
+++ b/
include/linux/mutex.h
@@
-12,6
+12,7
@@
#include <linux/list.h>
#include <linux/spinlock_types.h>
+#include <linux/linkage.h>
#include <asm/atomic.h>