summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <martin-eric.racine@iki.fi>2024-06-24 10:25:06 +0300
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2024-06-24 10:43:22 +0300
commit9fbd276f1de0f695f2b884d0778db7a0e12bdc56 (patch)
tree4a4b53ca6ba847ead0550ed2aeddc453f796d4a1
parenteb79135ab2a2621315883c31d09dd98d0c5a1a02 (diff)
Remove all deprecated xf86PciInfo.h includes.
We have PCI_VENDOR_ID and PCI_CHIP defined in geode.h. Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
-rw-r--r--src/geode_driver.c1
-rw-r--r--src/gx_accel.c1
-rw-r--r--src/gx_cursor.c1
-rw-r--r--src/gx_video.c1
-rw-r--r--src/lx_video.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/geode_driver.c b/src/geode_driver.c
index 3185db8..a8c9dee 100644
--- a/src/geode_driver.c
+++ b/src/geode_driver.c
@@ -43,7 +43,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "compiler.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86cmap.h"
diff --git a/src/gx_accel.c b/src/gx_accel.c
index 38bd233..89c7486 100644
--- a/src/gx_accel.c
+++ b/src/gx_accel.c
@@ -47,7 +47,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
-#include "xf86PciInfo.h"
#include "geode.h"
#include "gfx_defs.h"
#include "gfx_regs.h"
diff --git a/src/gx_cursor.c b/src/gx_cursor.c
index 54a1bf1..8e1a6ac 100644
--- a/src/gx_cursor.c
+++ b/src/gx_cursor.c
@@ -37,7 +37,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
-#include "xf86PciInfo.h"
#include "geode.h"
/* Forward declarations of the functions */
diff --git a/src/gx_video.c b/src/gx_video.c
index 8b40456..70c0410 100644
--- a/src/gx_video.c
+++ b/src/gx_video.c
@@ -46,7 +46,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "compiler.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86fbman.h"
#include "regionstr.h"
diff --git a/src/lx_video.c b/src/lx_video.c
index 6ebfd6b..f3bcf4a 100644
--- a/src/lx_video.c
+++ b/src/lx_video.c
@@ -39,7 +39,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "compiler.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86fbman.h"
#include "regionstr.h"