mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
committed by
Enrico Weigelt
parent
a550540f67
commit
7e3b1d43f9
@@ -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
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user