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:
parent
e67f2a5eb5
commit
a0326994cc
|
@ -82,4 +82,6 @@ void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
|
||||||
struct xf86_platform_device *
|
struct xf86_platform_device *
|
||||||
xf86_find_platform_device_by_devnum(int major, int minor);
|
xf86_find_platform_device_by_devnum(int major, int minor);
|
||||||
|
|
||||||
|
void config_pre_init(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_HOTPLUG_PRIV_H */
|
#endif /* _XSERVER_HOTPLUG_PRIV_H */
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#include <X11/Xfuncproto.h>
|
#include <X11/Xfuncproto.h>
|
||||||
|
|
||||||
extern _X_EXPORT void config_pre_init(void);
|
|
||||||
extern _X_EXPORT void config_init(void);
|
extern _X_EXPORT void config_init(void);
|
||||||
extern _X_EXPORT void config_fini(void);
|
extern _X_EXPORT void config_fini(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue