xfree86: unexport xf86VGAarbiterAllowDRI()

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-19 17:35:15 +02:00
parent b20ef5b181
commit 4e38c99155
3 changed files with 3 additions and 5 deletions

View File

@ -30,8 +30,4 @@
#include "misc.h"
#include "xf86.h"
/* DRI and arbiter are really not possible together,
* you really want to remove the card from arbitration if you can */
extern _X_EXPORT Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
#endif /* __XF86VGAARBITER_H */

View File

@ -29,4 +29,6 @@ static inline void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn) {}
#endif /* XSERVER_LIBPCIACCESS */
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
#endif /* _XSERVER_XF86VGAARBITERPRIV_H */

View File

@ -72,7 +72,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "xf86_os_support.h"
#include "xf86_OSproc.h"
#include "inputstr.h"
#include "xf86VGAarbiter.h"
#include "xf86VGAarbiter_priv.h"
#include "xf86Extensions.h"
static int DRIEntPrivIndex = -1;