xfree86: drop xf86VGAarbiter.h
It doesn't serve any practical purpose anymore and also isn't included by any external driver, thus also no need to keep it in SDK. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
4e38c99155
commit
90003b42b6
|
@ -39,7 +39,6 @@ xorg_sdk_headers = [
|
|||
'xisb.h',
|
||||
'xorgVersion.h',
|
||||
'xf86sbusBus.h',
|
||||
'xf86VGAarbiter.h',
|
||||
'xf86Optionstr.h',
|
||||
'xf86platformBus.h',
|
||||
'xaarop.h',
|
||||
|
|
|
@ -84,9 +84,6 @@
|
|||
#include "picturestr.h"
|
||||
#include "randrstr.h"
|
||||
#include "xf86Bus.h"
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
#include "xf86VGAarbiter.h"
|
||||
#endif
|
||||
#include "globals.h"
|
||||
#include "xserver-properties.h"
|
||||
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2009 Tiago Vignatti
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
* files (the "Software"), to deal in the Software without
|
||||
* restriction, including without limitation the rights to use,
|
||||
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following
|
||||
* conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be
|
||||
* included in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __XF86VGAARBITER_H
|
||||
#define __XF86VGAARBITER_H
|
||||
|
||||
#include "screenint.h"
|
||||
#include "misc.h"
|
||||
#include "xf86.h"
|
||||
|
||||
#endif /* __XF86VGAARBITER_H */
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "xf86VGAarbiter.h"
|
||||
#include "xf86str.h"
|
||||
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
|
||||
|
|
|
@ -122,9 +122,6 @@ cat > sdksyms.c << EOF
|
|||
#include "xf86.h"
|
||||
#include "xf86Module.h"
|
||||
#include "xf86Opt.h"
|
||||
#ifdef XSERVER_LIBPCIACCESS
|
||||
#include "xf86VGAarbiter.h"
|
||||
#endif
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86Privstr.h"
|
||||
#include "xf86cmap.h"
|
||||
|
|
Loading…
Reference in New Issue