summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@clockmaker.usersys.redhat.com>2008-03-10 16:54:25 +1000
committerDave Airlie <airlied@clockmaker.usersys.redhat.com>2008-03-10 16:54:25 +1000
commitda6ca8ff17373428844f904bbc3a1d0e55c8e5c2 (patch)
tree24a1832b4f27f127a19fcc85aac001aaeb44afed
parent0899664b9f9dc7a9a7fafab008e145f5e3340ac9 (diff)
pciaccess: fix name of struct
-rw-r--r--src/amd_gx_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd_gx_driver.c b/src/amd_gx_driver.c
index efa1048..3c66d05 100644
--- a/src/amd_gx_driver.c
+++ b/src/amd_gx_driver.c
@@ -348,7 +348,7 @@ GXMapMem(ScrnInfoPtr pScrni)
GeodeRec *pGeode = GEODEPTR(pScrni);
int index = pScrni->scrnIndex;
- pciVideoRec *pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);
+ pciVideoPtr pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);
#ifndef XSERVER_LIBPCIACCESS
gfx_virt_regptr = (unsigned char *)xf86MapVidMem(index, VIDMEM_MMIO,