summaryrefslogtreecommitdiff
path: root/patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch')
-rw-r--r--patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch b/patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch
index be73ad38ff91..928987affc0b 100644
--- a/patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch
+++ b/patches/locking_rtmutex__Prevent_future_include_recursion_hell.patch
@@ -20,12 +20,12 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
--- a/include/linux/rtmutex.h
+++ b/include/linux/rtmutex.h
-@@ -15,7 +15,7 @@
-
+@@ -16,7 +16,7 @@
+ #include <linux/compiler.h>
#include <linux/linkage.h>
#include <linux/rbtree.h>
-#include <linux/spinlock_types.h>
+#include <linux/spinlock_types_raw.h>
- #include <linux/compiler.h>
extern int max_lock_depth; /* for sysctl */
+