diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-29 20:06:39 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2011-12-28 16:25:44 -0600 |
commit | d3ca550b3556c18ec5bcf0d399ee9c084ea7b1ed (patch) | |
tree | e9d3f19fdeba7efcefd16d7475562bd7b14a72f6 /include/linux | |
parent | bc73380b986278dc41489c67ff8d893177c3a199 (diff) |
rtmutex-avoid-include-hell.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rtmutex.h | 2 |
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 */ |