[PATCH 14/22] xfree86: Remove deprecated PCI types

Adam Jackson ajax at redhat.com
Tue Jul 22 08:46:34 PDT 2014


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 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 0397796..5b34310 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);
 
-- 
1.9.3



More information about the xorg-devel mailing list