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) {