summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-01-12 10:21:25 -0800
committerIan Romanick <idr@us.ibm.com>2007-01-12 10:21:25 -0800
commitdd12a94885bad9c9d064dcf7e0d9a7a7114ae3e6 (patch)
tree4862a67bd830c997f95c65baf59b010d43ef8282 /hw/xfree86/loader/xf86sym.c
parentc3016a29964761478305cf2f5241c563ff3eab0a (diff)
Eliminate xf86GetPciEntity from public interface.
xf86GetPciEntity was folded into the only place (xf86CheckPciSlot) in the tree that still called it.
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 5e7a288b6..744064a39 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -298,7 +298,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
/* xf86Bus.c */
SYMFUNC(xf86CheckPciSlot)
SYMFUNC(xf86ClaimPciSlot)
- SYMFUNC(xf86GetPciEntity)
SYMFUNC(xf86ClaimIsaSlot)
SYMFUNC(xf86ClaimFbSlot)
SYMFUNC(xf86ClaimNoSlot)