diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-05-20 17:39:59 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-05-24 19:31:57 +0300 |
commit | 47df5a489ea69a68e753367423bfbe8830521f4e (patch) | |
tree | b74f754cd8f65095a22eda1941082f0653aad1ad | |
parent | 9d000a5509e0a356ee33ad08e4dc967a2ef8cbe0 (diff) |
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>
-rw-r--r-- | 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 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 <linux/input.h> */ #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 */ |