diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h index 8a78475ab..52a4b8b81 100644 --- a/hw/xfree86/common/xf86Bus.h +++ b/hw/xfree86/common/xf86Bus.h @@ -84,4 +84,6 @@ void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn); void xf86AddDevToEntity(int entityIndex, GDevPtr dev); void xf86RemoveDevFromEntity(int entityIndex, GDevPtr dev); +Bool xf86CallDriverProbe(struct _DriverRec *drv, Bool detect_only); + #endif /* _XF86_BUS_H */ diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 9542d36a0..43a5cba6c 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -55,8 +55,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for /* xf86Bus.c */ extern _X_EXPORT void xf86BusProbe(void); -extern _X_EXPORT Bool -xf86CallDriverProbe(struct _DriverRec *drv, Bool detect_only); extern _X_EXPORT Bool xf86HasTTYs(void);