summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorIan Romanick <idr@umwelt.(none)>2006-08-02 10:54:41 -0700
committerIan Romanick <idr@umwelt.(none)>2006-08-02 10:54:41 -0700
commita0f2e1cae46f189ed97e2d92b485d315b3d2627a (patch)
tree9f71b5f32f3bc74abd8a6b1175f97aaf42c9fde2 /hw/xfree86/loader/xf86sym.c
parentde8234606f87ce79d016f7ddeabdf57c4ad212f3 (diff)
Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c to
xf86int10.c. Refactor common code from those functions to do_find.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index e6ec153b5..1b9810002 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -339,8 +339,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86GetSparse)
SYMFUNC(xf86ChkConflict)
SYMFUNC(xf86FindScreenForEntity)
- SYMFUNC(xf86FindPciDeviceVendor)
- SYMFUNC(xf86FindPciClass)
SYMFUNC(xf86RegisterStateChangeNotificationCallback)
SYMFUNC(xf86DeregisterStateChangeNotificationCallback)
SYMFUNC(xf86NoSharedResources)