summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-09 12:46:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-09 12:46:55 -0800
commitaa970d8d25e26116c7f87a09c0ed88e215328929 (patch)
tree5d93f3dae682fdbb71b8bda28ff7897384685d21
parent0d35e771a443f808fd5c6a756217cd894fdd8d76 (diff)
Stop including deprecated xf86PciInfo.h
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/init.h1
-rw-r--r--src/vb_ext.c1
-rw-r--r--src/vb_i2c.c1
-rw-r--r--src/vb_init.c1
-rw-r--r--src/vb_setmode.c1
-rw-r--r--src/xgi_accel.c1
-rw-r--r--src/xgi_cursor.c1
-rw-r--r--src/xgi_dac.c1
-rw-r--r--src/xgi_dga.c1
-rw-r--r--src/xgi_dri.c1
-rw-r--r--src/xgi_driver.c1
-rw-r--r--src/xgi_opt.c1
-rw-r--r--src/xgi_setup.c1
-rw-r--r--src/xgi_vb.c1
-rw-r--r--src/xgi_vga.c1
-rw-r--r--src/xgi_video.c1
16 files changed, 0 insertions, 16 deletions
diff --git a/src/init.h b/src/init.h
index fdee869..e8696e6 100644
--- a/src/init.h
+++ b/src/init.h
@@ -59,7 +59,6 @@
#ifdef LINUX_XF86
#include "xf86.h"
#include "xf86Pci.h"
-#include "xf86PciInfo.h"
#include "xf86_OSproc.h"
#include "xgi.h"
#include "xgi_regs.h"
diff --git a/src/vb_ext.c b/src/vb_ext.c
index f4b5d68..949c73e 100644
--- a/src/vb_ext.c
+++ b/src/vb_ext.c
@@ -31,7 +31,6 @@
#ifdef LINUX_XF86
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
#endif
diff --git a/src/vb_i2c.c b/src/vb_i2c.c
index e5f8adf..c7557cb 100644
--- a/src/vb_i2c.c
+++ b/src/vb_i2c.c
@@ -22,7 +22,6 @@
#ifdef LINUX_XF86
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
#include "vb_i2c.h"
diff --git a/src/vb_init.c b/src/vb_init.c
index 50980c4..546e813 100644
--- a/src/vb_init.c
+++ b/src/vb_init.c
@@ -46,7 +46,6 @@
#ifdef LINUX_XF86
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
#endif
diff --git a/src/vb_setmode.c b/src/vb_setmode.c
index 7e31938..e162137 100644
--- a/src/vb_setmode.c
+++ b/src/vb_setmode.c
@@ -31,7 +31,6 @@
#ifdef LINUX_XF86
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
#endif
diff --git a/src/xgi_accel.c b/src/xgi_accel.c
index 1c06a20..d3cece5 100644
--- a/src/xgi_accel.c
+++ b/src/xgi_accel.c
@@ -39,7 +39,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include <compiler.h>
diff --git a/src/xgi_cursor.c b/src/xgi_cursor.c
index 50f1d24..6e8cdd1 100644
--- a/src/xgi_cursor.c
+++ b/src/xgi_cursor.c
@@ -36,7 +36,6 @@
#endif
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "cursorstr.h"
#include "misc.h"
#include "vgaHW.h"
diff --git a/src/xgi_dac.c b/src/xgi_dac.c
index e2f2b05..dce55cb 100644
--- a/src/xgi_dac.c
+++ b/src/xgi_dac.c
@@ -48,7 +48,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xorgVersion.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86DDC.h"
diff --git a/src/xgi_dga.c b/src/xgi_dga.c
index 4101fb3..e166dc7 100644
--- a/src/xgi_dga.c
+++ b/src/xgi_dga.c
@@ -39,7 +39,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
#include "dgaproc.h"
diff --git a/src/xgi_dri.c b/src/xgi_dri.c
index dc50ecd..820d0e7 100644
--- a/src/xgi_dri.c
+++ b/src/xgi_dri.c
@@ -42,7 +42,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "fb.h"
#define PSZ 8
diff --git a/src/xgi_driver.c b/src/xgi_driver.c
index 62ba138..bbf5203 100644
--- a/src/xgi_driver.c
+++ b/src/xgi_driver.c
@@ -58,7 +58,6 @@
#endif
#include "dixstruct.h"
#include "xorgVersion.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86cmap.h"
#include "vgaHW.h"
diff --git a/src/xgi_opt.c b/src/xgi_opt.c
index 7103632..beeb479 100644
--- a/src/xgi_opt.c
+++ b/src/xgi_opt.c
@@ -38,7 +38,6 @@
#endif
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "xf86str.h"
#include "xf86Cursor.h"
diff --git a/src/xgi_setup.c b/src/xgi_setup.c
index ee725c8..4d9724a 100644
--- a/src/xgi_setup.c
+++ b/src/xgi_setup.c
@@ -35,7 +35,6 @@
#include "config.h"
#endif
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86.h"
#include "fb.h"
diff --git a/src/xgi_vb.c b/src/xgi_vb.c
index 931b581..dd3b50e 100644
--- a/src/xgi_vb.c
+++ b/src/xgi_vb.c
@@ -35,7 +35,6 @@
#include "xf86.h"
#include "compiler.h"
-#include "xf86PciInfo.h"
#include "xgi.h"
#include "xgi_regs.h"
diff --git a/src/xgi_vga.c b/src/xgi_vga.c
index 5a38d11..c314b2b 100644
--- a/src/xgi_vga.c
+++ b/src/xgi_vga.c
@@ -39,7 +39,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xorgVersion.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xgi.h"
diff --git a/src/xgi_video.c b/src/xgi_video.c
index ae5805a..1836173 100644
--- a/src/xgi_video.c
+++ b/src/xgi_video.c
@@ -70,7 +70,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "compiler.h"
-#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "xf86fbman.h"
#include "regionstr.h"