diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h index c1471f789..07ba4b1f1 100644 --- a/hw/xfree86/common/xf86Bus.h +++ b/hw/xfree86/common/xf86Bus.h @@ -83,4 +83,6 @@ void xf86PostProbe(void); void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn); 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 0806e3588..f3b24a694 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -60,8 +60,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev); -extern _X_EXPORT Bool -xf86CallDriverProbe(struct _DriverRec *drv, Bool detect_only); extern _X_EXPORT Bool xf86HasTTYs(void);