xfree86: dri: remove unused PCI macro
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
fc3ab84de7
commit
17a23f9ba8
|
@ -71,8 +71,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include "inputstr.h"
|
#include "inputstr.h"
|
||||||
#include "xf86VGAarbiter.h"
|
#include "xf86VGAarbiter.h"
|
||||||
|
|
||||||
#define PCI_BUS_NO_DOMAIN(bus) ((bus) & 0xffu)
|
|
||||||
|
|
||||||
static int DRIEntPrivIndex = -1;
|
static int DRIEntPrivIndex = -1;
|
||||||
static DevPrivateKeyRec DRIScreenPrivKeyRec;
|
static DevPrivateKeyRec DRIScreenPrivKeyRec;
|
||||||
#define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
|
#define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
|
||||||
|
|
Loading…
Reference in New Issue