From 96206cf47752af3fc8ca14dc1e03c59ed482167f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 8 Jul 2014 13:19:08 -0400 Subject: [PATCH] xfree86: Remove deprecated PCI types Reviewed-by: Keith Packard Signed-off-by: Adam Jackson --- hw/xfree86/os-support/bus/xf86Pci.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/bus/xf86Pci.h b/hw/xfree86/os-support/bus/xf86Pci.h index 039779694..5b34310a2 100644 --- a/hw/xfree86/os-support/bus/xf86Pci.h +++ b/hw/xfree86/os-support/bus/xf86Pci.h @@ -232,10 +232,6 @@ * Typedefs, etc... */ -/* Primitive Types */ -typedef unsigned long IOADDRESS _X_DEPRECATED; /* Must be large enough for a pointer */ -typedef CARD32 PCITAG _X_DEPRECATED; - /* Public PCI access functions */ extern _X_EXPORT Bool xf86scanpci(void);