diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-29 20:06:39 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:41 -0500 |
commit | ee548207a57a5db8294307aa06cc4c340fa99493 (patch) | |
tree | 15b9505037e94fe9380e8ad9daf57fe4a00d295e | |
parent | e64ed5e788499bfc11bf9be498e38415932c34c4 (diff) |
rtmutex-avoid-include-hell.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-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 */ |