From c22caf754bb31dd60bd1356b886e09af721d6e75 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 12:22:10 +0200 Subject: [PATCH] xfree86: xf86Priv.h: unexport xf86BusConfig() Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Bus.h | 2 ++ hw/xfree86/common/xf86Priv.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h index 96c1275e0..51b8a05f4 100644 --- a/hw/xfree86/common/xf86Bus.h +++ b/hw/xfree86/common/xf86Bus.h @@ -78,4 +78,6 @@ void xf86RemoveEntityFromScreen(ScrnInfoPtr pScrn, int entityIndex); Bool xf86IsEntityPrimary(int entityIndex); ScrnInfoPtr xf86FindScreenForEntity(int entityIndex); +Bool xf86BusConfig(void); + #endif /* _XF86_BUS_H */ diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index e4cadb69b..d28e8098b 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -57,7 +57,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for #endif /* xf86Bus.c */ -extern _X_EXPORT Bool xf86BusConfig(void); extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86PostProbe(void); extern _X_EXPORT void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn);