summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller2006-01-11 09:15:16 +0100
committerDavid S. Miller2006-01-11 09:15:16 +0100
commita8b9ee7396ccc8db3bdb4108993556acbe2d3527 (patch)
treee73cf2abc7b2317523d1fd53e4a0aebdec6447ea
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 (diff)
downloadkernel-qcow2-linux-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.tar.gz
kernel-qcow2-linux-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.tar.xz
kernel-qcow2-linux-a8b9ee7396ccc8db3bdb4108993556acbe2d3527.zip
[MUTEX]: linux/mutex.h needs linux/linkage.h too
Signed-off-by: David S. Miller <davem@davemloft.net>
-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>