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