summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.h
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2009-08-05 22:50:44 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2009-08-05 22:52:35 +0300
commit8c0085c715effdc450d78eec14bc32e6214c78af (patch)
treec5a461a899ab94c073594c4914c6d0f627be27b8 /hw/xfree86/common/xf86Bus.h
parent444723273ae82fc3f6707ed1a461aaaa8fdae39c (diff)
xfree86: remove more RAC junky
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'hw/xfree86/common/xf86Bus.h')
-rw-r--r--hw/xfree86/common/xf86Bus.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h
index 95da8a5cd..844fd8682 100644
--- a/hw/xfree86/common/xf86Bus.h
+++ b/hw/xfree86/common/xf86Bus.h
@@ -62,23 +62,6 @@ typedef struct {
IOADDRESS domainIO;
} EntityRec, *EntityPtr;
-typedef struct x_BusAccRec {
- struct x_BusAccRec *current; /* pointer to bridge open on this bus */
- struct x_BusAccRec *primary; /* pointer to the bus connecting to this */
- struct x_BusAccRec *next; /* this links the different buses together */
- BusType type;
- BusType busdep_type;
- /* Bus-specific fields */
- union {
- struct {
- int bus;
- int primary_bus;
- struct pci_device * dev;
- pciBridgesSave save;
- } pci;
- } busdep;
-} BusAccRec, *BusAccPtr;
-
/* state change notification callback */
typedef struct _stateChange {
xf86StateChangeNotificationCallbackFunc func;