summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/rtmutex-avoid-include-hell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/rtmutex-avoid-include-hell.patch')
-rw-r--r--debian/patches-rt/rtmutex-avoid-include-hell.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/rtmutex-avoid-include-hell.patch b/debian/patches-rt/rtmutex-avoid-include-hell.patch
index 90e10068e..0d696beeb 100644
--- a/debian/patches-rt/rtmutex-avoid-include-hell.patch
+++ b/debian/patches-rt/rtmutex-avoid-include-hell.patch
@@ -1,7 +1,7 @@
Subject: rtmutex: Avoid include hell
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 29 Jun 2011 20:06:39 +0200
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
Include only the required raw types. This avoids pulling in the
complete spinlock header which in turn requires rtmutex.h at some point.