diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-05 19:35:39 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-05 19:35:39 +0100 |
commit | bab8041291ff81c81a98aca385cce561ecddc9d1 (patch) | |
tree | eae3edf822f01c8757400a3155aa4c71cf9e91db /src/alp_driver.c | |
parent | 9a5e19597be4f5ee4c1030e4a716207789e78668 (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.c | 7 |
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" |