summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorIan Romanick <idr@umwelt.(none)>2006-07-24 13:33:34 -0700
committerIan Romanick <idr@umwelt.(none)>2006-07-24 13:33:34 -0700
commit2fd6b995ff927c8ca7267c201f535564b82e691f (patch)
tree65b10b2c9ab4ebfefe74824a9f3403e787999c49 /hw/xfree86/loader/xf86sym.c
parentaed6fe0bb12c68b94e564252bc03594728ed8c5b (diff)
Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,
okay? Since xf86MapLegacyIO is called from only one place, cut the parameter list down to the one parameter that actually conveys some information: the one that gives a PCI device. Change from using a PCITAG to a pci_device.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
-rw-r--r--hw/xfree86/loader/xf86sym.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index 00e9708c6..d99fb6c47 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -251,7 +251,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86MapReadSideEffects)
SYMFUNC(xf86GetPciDomain)
SYMFUNC(xf86MapDomainMemory)
- SYMFUNC(xf86MapDomainIO)
SYMFUNC(xf86ReadDomainMemory)
SYMFUNC(xf86UDelay)
SYMFUNC(xf86IODelay)