mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user