mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(submit/hotplug.h) 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>
This commit is contained in:
@@ -59,4 +59,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 */
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
extern _X_EXPORT void config_pre_init(void);
|
||||
extern _X_EXPORT void config_init(void);
|
||||
extern _X_EXPORT void config_fini(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user