summaryrefslogtreecommitdiff
path: root/src/alp_driver.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-05 19:35:39 +0100
committerDave Airlie <airlied@redhat.com>2012-06-05 19:35:39 +0100
commitbab8041291ff81c81a98aca385cce561ecddc9d1 (patch)
treeeae3edf822f01c8757400a3155aa4c71cf9e91db /src/alp_driver.c
parent9a5e19597be4f5ee4c1030e4a716207789e78668 (diff)
cirrus: drop xf86PciInfo.
This drops usage of deprecated header file. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/alp_driver.c')
-rw-r--r--src/alp_driver.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index 77a5ba9..d1300df 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -24,13 +24,6 @@
/* Everything using inb/outb, etc needs "compiler.h" */
#include "compiler.h"
-/* Drivers for PCI hardware need this */
-#include "xf86PciInfo.h"
-
-#ifndef PCI_CHIP_GD7556 /* for old xf86PciInfo.h */
-#define PCI_CHIP_GD7556 0x004C
-#endif
-
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"