summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch')
-rw-r--r--debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch b/debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch
index 9016b7f75..de85822aa 100644
--- a/debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch
+++ b/debian/patches-rt/vduse-Remove-include-of-rwlock.h.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 16 Aug 2022 09:45:22 +0200
Subject: [PATCH] vduse: Remove include of rwlock.h
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0-rt11.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.0/older/patches-6.0.5-rt14.tar.xz
rwlock.h should not be included directly. Instead linux/splinlock.h
should be included. Including it directly will break the RT build.