xfree86: xf86Priv.h: unexport xf86BusConfig()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
3bda517f9b
commit
c22caf754b
|
@ -78,4 +78,6 @@ void xf86RemoveEntityFromScreen(ScrnInfoPtr pScrn, int entityIndex);
|
||||||
Bool xf86IsEntityPrimary(int entityIndex);
|
Bool xf86IsEntityPrimary(int entityIndex);
|
||||||
ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
|
ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
|
||||||
|
|
||||||
|
Bool xf86BusConfig(void);
|
||||||
|
|
||||||
#endif /* _XF86_BUS_H */
|
#endif /* _XF86_BUS_H */
|
||||||
|
|
|
@ -57,7 +57,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* xf86Bus.c */
|
/* xf86Bus.c */
|
||||||
extern _X_EXPORT Bool xf86BusConfig(void);
|
|
||||||
extern _X_EXPORT void xf86BusProbe(void);
|
extern _X_EXPORT void xf86BusProbe(void);
|
||||||
extern _X_EXPORT void xf86PostProbe(void);
|
extern _X_EXPORT void xf86PostProbe(void);
|
||||||
extern _X_EXPORT void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn);
|
extern _X_EXPORT void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn);
|
||||||
|
|
Loading…
Reference in New Issue