diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-29 20:06:39 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-07 16:15:09 -0600 |
commit | 4e374344b93142737b2a466ec84d1b9c33f8b57c (patch) | |
tree | 45115525f608b9865c7a37d531c40fab10852a11 /include | |
parent | e797092dfadab4690c86e99fb3f7eff8901c3180 (diff) |
rtmutex-avoid-include-hell.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-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 */ |