From 6f8d50366156316a43cc6e552e6f0a8d9a4fa8a8 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 ed0ff93ed..6e5f79f4f 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" @@ -13,6 +11,8 @@ #include "xf86_os_support.h" #include "xf86platformBus.h" +#include "hotplug.h" + Bool xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) {