diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2024-06-24 10:25:06 +0300 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2024-06-24 10:43:22 +0300 |
commit | 9fbd276f1de0f695f2b884d0778db7a0e12bdc56 (patch) | |
tree | 4a4b53ca6ba847ead0550ed2aeddc453f796d4a1 /src/gx_video.c | |
parent | eb79135ab2a2621315883c31d09dd98d0c5a1a02 (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>
Diffstat (limited to 'src/gx_video.c')
-rw-r--r-- | src/gx_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |