From 47df5a489ea69a68e753367423bfbe8830521f4e Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Thu, 20 May 2010 17:39:59 +0300 Subject: [PATCH] xfree86: remove BUS_ISA type given we don't support anymore Should go together within commit df14682a. Signed-off-by: Tiago Vignatti Reviewed-by: Alex Deucher --- hw/xfree86/common/xf86str.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index de1f1b60a..22f0261b4 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -338,7 +338,6 @@ typedef struct _DriverRec { /* Tolerate prior #include */ #if defined(linux) && defined(_INPUT_H) #undef BUS_NONE -#undef BUS_ISA #undef BUS_PCI #undef BUS_SBUS #undef BUS_last @@ -346,7 +345,6 @@ typedef struct _DriverRec { typedef enum { BUS_NONE, - BUS_ISA, BUS_PCI, BUS_SBUS, BUS_last /* Keep last */