aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mutex.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-01-11 00:15:16 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-11 00:15:16 -0800
commita8b9ee7396ccc8db3bdb4108993556acbe2d3527 (patch)
treee73cf2abc7b2317523d1fd53e4a0aebdec6447ea /include/linux/mutex.h
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 (diff)
downloadlinux-dev-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.tar.xz
linux-dev-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.zip
[MUTEX]: linux/mutex.h needs linux/linkage.h too
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mutex.h')
-rw-r--r--include/linux/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mutex.h b/include/linux/mutex.h
index 9bce0fee68d4..f1c84b1252f5 100644
--- 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>