summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-07-28 19:35:37 +1000
committerDave Airlie <airlied@redhat.com>2009-07-28 19:35:37 +1000
commit8898203b0d0e9fa03453b2bcd9b88843cccc3230 (patch)
tree414f78e9668fc32601def93ff0fa85445120c84e
parent4b42448a2388d40f257774fbffdccaea87bd0347 (diff)
sbus: fixup for rac removal
-rw-r--r--hw/xfree86/common/xf86sbusBus.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/xfree86/common/xf86sbusBus.c b/hw/xfree86/common/xf86sbusBus.c
index 4936e75be..704428438 100644
--- a/hw/xfree86/common/xf86sbusBus.c
+++ b/hw/xfree86/common/xf86sbusBus.c
@@ -33,7 +33,6 @@
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
-#include "xf86Resources.h"
#include "xf86cmap.h"
#include "xf86Bus.h"
@@ -350,10 +349,6 @@ xf86ClaimSbusSlot(sbusDevicePtr psdp, DriverPtr drvp,
p->bus.id.sbus.fbNum = psdp->fbNum;
p->active = active;
p->inUse = FALSE;
- /* Here we initialize the access structure */
- p->access = xnfcalloc(1,sizeof(EntityAccessRec));
- p->access->fallback = &AccessNULL;
- p->access->pAccess = &AccessNULL;
sbusSlotClaimed = TRUE;
return num;
} else