aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-29 20:06:39 +0200
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-09-13 12:32:24 -0400
commit9f8ce604daa49ac5da611de4209d9357f3c0511a (patch)
tree6e6b10dbefce9cd0953a8ddff314172d6f2269df /include
parent5c4946bbd35077127fad76ca65f1f61ec9c1cb3c (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 */