diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c index 2ecea1ca1..911bf071f 100644 --- a/hw/xfree86/vgahw/vgaHW.c +++ b/hw/xfree86/vgahw/vgaHW.c @@ -1709,7 +1709,6 @@ vgaHWGetHWRec(ScrnInfoPtr scrp) /* Initialise the function pointers with the standard VGA versions */ vgaHWSetStdFuncs(hwp); - hwp->PIOOffset = scrp->domainIOBase; hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]); return TRUE;