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 81cb53a0f..1b62013ad 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.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.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.