aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mutex-debug.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-01-09 21:38:23 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-09 21:38:23 -0800
commit8b4ad5e3ff94409973e824716c65568f0d97364c (patch)
tree03db1ddd6d20095733ae0e02746d311813a315fe /include/linux/mutex-debug.h
parent[SPARC64]: Fix sys_fstat64() entry in 64-bit syscall table. (diff)
downloadlinux-dev-8b4ad5e3ff94409973e824716c65568f0d97364c.tar.xz
linux-dev-8b4ad5e3ff94409973e824716c65568f0d97364c.zip
[MUTEX]: linux/mutex-debug.h needs linux/linkage.h
For FASTCALL() define. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mutex-debug.h')
-rw-r--r--include/linux/mutex-debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h
index 0ccd8f983b50..8138d9eb58ec 100644
--- a/include/linux/mutex-debug.h
+++ b/include/linux/mutex-debug.h
@@ -1,6 +1,8 @@
#ifndef __LINUX_MUTEX_DEBUG_H
#define __LINUX_MUTEX_DEBUG_H
+#include <linux/linkage.h>
+
/*
* Mutexes - debugging helpers:
*/