[MUTEX]: linux/mutex.h needs linux/linkage.h too
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jan 2006 08:15:16 +0000 (00:15 -0800)
committerDavid 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

index 9bce0fe..f1c84b1 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/list.h>
 #include <linux/spinlock_types.h>
+#include <linux/linkage.h>
 
 #include <asm/atomic.h>