From 9fbd276f1de0f695f2b884d0778db7a0e12bdc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin-=C3=89ric=20Racine?= Date: Mon, 24 Jun 2024 10:25:06 +0300 Subject: Remove all deprecated xf86PciInfo.h includes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have PCI_VENDOR_ID and PCI_CHIP defined in geode.h. Signed-off-by: Martin-Éric Racine --- src/geode_driver.c | 1 - src/gx_accel.c | 1 - src/gx_cursor.c | 1 - src/gx_video.c | 1 - src/lx_video.c | 1 - 5 files changed, 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" -- cgit v1.2.3