xfree86: Remove deprecated PCI types

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-07-08 13:19:08 -04:00
parent 46fd5a28ef
commit 96206cf477

View File

@ -232,10 +232,6 @@
* Typedefs, etc... * 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 */ /* Public PCI access functions */
extern _X_EXPORT Bool xf86scanpci(void); extern _X_EXPORT Bool xf86scanpci(void);