From 49673b43584928c22d699d1968ed6813b272aefe Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Oct 2008 15:13:39 -0400 Subject: [PATCH] Unexport xf86SetEntityFuncs --- hw/xfree86/common/xf86Bus.c | 2 +- hw/xfree86/loader/xf86sym.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index 0933738b7..3e4fa4a7d 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -253,7 +253,7 @@ xf86IsEntityPrimary(int entityIndex) } } -_X_EXPORT Bool +Bool xf86SetEntityFuncs(int entityIndex, EntityProc init, EntityProc enter, EntityProc leave, pointer private) { diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index af9b6ed80..c257d2da3 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = { SYMFUNC(xf86GetNumEntityInstances) SYMFUNC(xf86GetDevFromEntity) SYMFUNC(xf86GetPciInfoForEntity) - SYMFUNC(xf86SetEntityFuncs) SYMFUNC(xf86DeallocateResourcesForEntity) SYMFUNC(xf86RegisterResources) SYMFUNC(xf86CheckPciMemBase)