[PATCH 08/11] xfree86: remove BUS_ISA type given we don't support anymore
Tiago Vignatti
tiago.vignatti at nokia.com
Fri May 21 04:43:21 PDT 2010
Should go together within commit df14682a.
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
hw/xfree86/common/xf86str.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index e5713db..9e6b150 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -339,7 +339,6 @@ typedef struct _DriverRec {
/* Tolerate prior #include <linux/input.h> */
#if defined(linux) && defined(_INPUT_H)
#undef BUS_NONE
-#undef BUS_ISA
#undef BUS_PCI
#undef BUS_SBUS
#undef BUS_last
@@ -347,7 +346,6 @@ typedef struct _DriverRec {
typedef enum {
BUS_NONE,
- BUS_ISA,
BUS_PCI,
BUS_SBUS,
BUS_last /* Keep last */
--
1.6.0.4
More information about the xorg-devel
mailing list