(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:
		
							parent
							
								
									296a7b4709
								
							
						
					
					
						commit
						232487da4a
					
				| 
						 | 
					@ -59,4 +59,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