diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-29 20:06:39 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-13 12:40:11 -0500 |
commit | aa9edb98244c74e99709ee13955545a792abd9ba (patch) | |
tree | 12faa17b5c8b1505ae6636b7f0c6b2a478c5de68 /include | |
parent | 8644a3f91b536d3aeb3558d682cb3704e5ed06f1 (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 */ |