Unexport xf86DeallocateResourcesForEntity
This commit is contained in:
parent
49673b4358
commit
d7d9edb506
|
@ -402,7 +402,7 @@ xf86ClearEntityListForScreen(int scrnIndex)
|
||||||
pScrn->entityInstanceList = NULL;
|
pScrn->entityInstanceList = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
_X_EXPORT void
|
void
|
||||||
xf86DeallocateResourcesForEntity(int entityIndex, unsigned long type)
|
xf86DeallocateResourcesForEntity(int entityIndex, unsigned long type)
|
||||||
{
|
{
|
||||||
resPtr *pprev_next = &Acc;
|
resPtr *pprev_next = &Acc;
|
||||||
|
|
|
@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86GetNumEntityInstances)
|
SYMFUNC(xf86GetNumEntityInstances)
|
||||||
SYMFUNC(xf86GetDevFromEntity)
|
SYMFUNC(xf86GetDevFromEntity)
|
||||||
SYMFUNC(xf86GetPciInfoForEntity)
|
SYMFUNC(xf86GetPciInfoForEntity)
|
||||||
SYMFUNC(xf86DeallocateResourcesForEntity)
|
|
||||||
SYMFUNC(xf86RegisterResources)
|
SYMFUNC(xf86RegisterResources)
|
||||||
SYMFUNC(xf86CheckPciMemBase)
|
SYMFUNC(xf86CheckPciMemBase)
|
||||||
SYMFUNC(xf86IsEntityPrimary)
|
SYMFUNC(xf86IsEntityPrimary)
|
||||||
|
|
Loading…
Reference in New Issue