xfree86: remove BUS_ISA type given we don't support anymore

Should go together within commit df14682a.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
Tiago Vignatti 2010-05-20 17:39:59 +03:00
parent 9d000a5509
commit 47df5a489e

View File

@ -338,7 +338,6 @@ typedef struct _DriverRec {
/* Tolerate prior #include <linux/input.h> */ /* Tolerate prior #include <linux/input.h> */
#if defined(linux) && defined(_INPUT_H) #if defined(linux) && defined(_INPUT_H)
#undef BUS_NONE #undef BUS_NONE
#undef BUS_ISA
#undef BUS_PCI #undef BUS_PCI
#undef BUS_SBUS #undef BUS_SBUS
#undef BUS_last #undef BUS_last
@ -346,7 +345,6 @@ typedef struct _DriverRec {
typedef enum { typedef enum {
BUS_NONE, BUS_NONE,
BUS_ISA,
BUS_PCI, BUS_PCI,
BUS_SBUS, BUS_SBUS,
BUS_last /* Keep last */ BUS_last /* Keep last */