From a174db79e96b390aaf5e38f87fbc64ac6e4755d1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 29 Mar 2026 11:31:49 -0700 Subject: [PATCH] xf86: fix hotplug header include in platform_noop.c In this branch, only hotplug.h exists, not hotplug_priv.h Fixes: 79d39eabd ("xfree86: platform_noop: add missing functions") Signed-off-by: Alan Coopersmith Part-of: --- hw/xfree86/os-support/shared/platform_noop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/shared/platform_noop.c b/hw/xfree86/os-support/shared/platform_noop.c index bd7265729..43039c9b6 100644 --- a/hw/xfree86/os-support/shared/platform_noop.c +++ b/hw/xfree86/os-support/shared/platform_noop.c @@ -3,8 +3,6 @@ #include #endif -#include "config/hotplug_priv.h" - #ifdef XSERVER_PLATFORM_BUS /* noop platform device support */ #include "xf86_OSproc.h" @@ -12,6 +10,8 @@ #include "xf86.h" #include "xf86platformBus.h" +#include "hotplug.h" + Bool xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) {