mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
config: unexport config_pre_init()
This function isn't used by any drivers/modules, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1360>
This commit is contained in:
@@ -82,4 +82,6 @@ void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
|
||||
struct xf86_platform_device *
|
||||
xf86_find_platform_device_by_devnum(int major, int minor);
|
||||
|
||||
void config_pre_init(void);
|
||||
|
||||
#endif /* _XSERVER_HOTPLUG_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user