From: Philippe Mathieu-Daudé Date: Tue, 11 Mar 2025 08:57:37 +0000 (+0100) Subject: hw/vfio/spapr: Do not include X-Git-Tag: v10.0.0-rc0~9^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19ce97ed16c2892c6340fb46e693aa934ab7ebd;p=thirdparty%2Fqemu.git hw/vfio/spapr: Do not include is already included by "system/kvm.h" in the next line. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Reviewed-by: Richard Henderson Reviewed-by: Cédric Le Goater Reviewed-by: Eric Auger Message-Id: <20250307180337.14811-3-philmd@linaro.org> Link: https://lore.kernel.org/qemu-devel/20250311085743.21724-3-philmd@linaro.org Signed-off-by: Cédric Le Goater --- diff --git a/hw/vfio/spapr.c b/hw/vfio/spapr.c index 237f96dd3fa..1a5d1611f2c 100644 --- a/hw/vfio/spapr.c +++ b/hw/vfio/spapr.c @@ -11,9 +11,6 @@ #include "qemu/osdep.h" #include #include -#ifdef CONFIG_KVM -#include -#endif #include "system/kvm.h" #include "system/hostmem.h" #include "exec/address-spaces.h"