aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:28:53 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:28:53 -0800
commitdd49f96777d5a72d5591ac2112d4ac940391774e (patch)
tree6d9c8bdcd21c600ce1a1c8ea8acb9aec15f6ca4a /include
parenta62e68488dd5ddb07776555fd7e0435c6d021ac1 (diff)
parent8b4ad5e3ff94409973e824716c65568f0d97364c (diff)
downloadlinux-dd49f96777d5a72d5591ac2112d4ac940391774e.tar.gz
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'include')
-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 0ccd8f983b50b7..8138d9eb58ec1c 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:
*/