From 230d2ed2b72f2abca148d669ebd87532c3f2b1ff Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Tue, 16 Aug 2022 09:45:22 +0200 Subject: [PATCH 01/64] vduse: Remove include of rwlock.h rwlock.h should not be included directly. Instead linux/splinlock.h should be included. Including it directly will break the RT build. Remove the rwlock.h include. Signed-off-by: Sebastian Andrzej Siewior Acked-by: Michael S. Tsirkin Link: https://lkml.kernel.org/r/20221026134407.711768-1-bigeasy@linutronix.de --- drivers/vdpa/vdpa_user/iova_domain.h | 1 - 1 file changed, 1 deletion(-) Index: linux-6.1.96-rt35/drivers/vdpa/vdpa_user/iova_domain.h =================================================================== --- linux-6.1.96-rt35.orig/drivers/vdpa/vdpa_user/iova_domain.h +++ linux-6.1.96-rt35/drivers/vdpa/vdpa_user/iova_domain.h @@ -14,7 +14,6 @@ #include #include #include -#include #define IOVA_START_PFN 1