]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 9bce0fee68d43d8f56e2a40b84203e0fb93c73e1..f1c84b1252f5d208f14c18ba7f9fe0b8e890bb81 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/list.h>
 #include <linux/spinlock_types.h>
+#include <linux/linkage.h>
 
 #include <asm/atomic.h>