xfree86: unexport xf86PlatformDeviceCheckBusID()

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
2026-01-30 17:42:41 +01:00
committed by Enrico Weigelt
parent a550540f67
commit 7e3b1d43f9
2 changed files with 2 additions and 3 deletions

View File

@@ -84,9 +84,6 @@ _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int at
#define xf86_get_platform_device_int_attrib(device, attrib, def) _xf86_get_platform_device_int_attrib(device,attrib,_ODEV_ATTRIB_INT_CHECK(attrib,def))
extern _X_EXPORT Bool
xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid);
#endif
#endif

View File

@@ -42,6 +42,8 @@ void xf86platformRemoveDevice(int index);
void xf86platformVTProbe(void);
void xf86platformPrimary(void);
Bool xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid);
#else /* XSERVER_PLATFORM_BUS */
static inline int xf86platformAddGPUDevices(DriverPtr drvp) { return FALSE; }