xfree86: unexport xf86VGAarbiterAllowDRI()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b20ef5b181
commit
4e38c99155
|
@ -30,8 +30,4 @@
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
|
|
||||||
/* DRI and arbiter are really not possible together,
|
|
||||||
* you really want to remove the card from arbitration if you can */
|
|
||||||
extern _X_EXPORT Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
|
|
||||||
|
|
||||||
#endif /* __XF86VGAARBITER_H */
|
#endif /* __XF86VGAARBITER_H */
|
||||||
|
|
|
@ -29,4 +29,6 @@ static inline void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn) {}
|
||||||
|
|
||||||
#endif /* XSERVER_LIBPCIACCESS */
|
#endif /* XSERVER_LIBPCIACCESS */
|
||||||
|
|
||||||
|
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
|
||||||
|
|
||||||
#endif /* _XSERVER_XF86VGAARBITERPRIV_H */
|
#endif /* _XSERVER_XF86VGAARBITERPRIV_H */
|
||||||
|
|
|
@ -72,7 +72,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include "xf86_os_support.h"
|
#include "xf86_os_support.h"
|
||||||
#include "xf86_OSproc.h"
|
#include "xf86_OSproc.h"
|
||||||
#include "inputstr.h"
|
#include "inputstr.h"
|
||||||
#include "xf86VGAarbiter.h"
|
#include "xf86VGAarbiter_priv.h"
|
||||||
#include "xf86Extensions.h"
|
#include "xf86Extensions.h"
|
||||||
|
|
||||||
static int DRIEntPrivIndex = -1;
|
static int DRIEntPrivIndex = -1;
|
||||||
|
|
Loading…
Reference in New Issue