Unexport xf86DeallocateResourcesForEntity

This commit is contained in:
Adam Jackson 2008-10-03 15:17:44 -04:00
parent 49673b4358
commit d7d9edb506
2 changed files with 1 additions and 2 deletions

View File

@ -402,7 +402,7 @@ xf86ClearEntityListForScreen(int scrnIndex)
pScrn->entityInstanceList = NULL;
}
_X_EXPORT void
void
xf86DeallocateResourcesForEntity(int entityIndex, unsigned long type)
{
resPtr *pprev_next = &Acc;

View File

@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86GetNumEntityInstances)
SYMFUNC(xf86GetDevFromEntity)
SYMFUNC(xf86GetPciInfoForEntity)
SYMFUNC(xf86DeallocateResourcesForEntity)
SYMFUNC(xf86RegisterResources)
SYMFUNC(xf86CheckPciMemBase)
SYMFUNC(xf86IsEntityPrimary)