aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-29 20:06:39 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-11-25 13:29:56 +0100
commit39e9ffc910eadc3668b6ea41cc4be729b7efea29 (patch)
treef43df31ed26f952af54bd4a9b56b7046f8707841 /include
parentb4cd8987b24e087a24c3fe5bc15820f6dfad8c0d (diff)
rtmutex-avoid-include-hell.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/rtmutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h
index 928d93ee2635..5ebd0bbb6eaa 100644
--- a/include/linux/rtmutex.h
+++ b/include/linux/rtmutex.h
@@ -14,7 +14,7 @@
#include <linux/linkage.h>
#include <linux/plist.h>
-#include <linux/spinlock_types.h>
+#include <linux/spinlock_types_raw.h>
extern int max_lock_depth; /* for sysctl */