Skip to content

Commit

Permalink
Unexport xf86DeallocateResourcesForEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnk committed Oct 3, 2008
1 parent 49673b4 commit d7d9edb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hw/xfree86/common/xf86Bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ xf86ClearEntityListForScreen(int scrnIndex)
pScrn->entityInstanceList = NULL;
}

_X_EXPORT void
void
xf86DeallocateResourcesForEntity(int entityIndex, unsigned long type)
{
resPtr *pprev_next = &Acc;
Expand Down
1 change: 0 additions & 1 deletion hw/xfree86/loader/xf86sym.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86GetNumEntityInstances)
SYMFUNC(xf86GetDevFromEntity)
SYMFUNC(xf86GetPciInfoForEntity)
SYMFUNC(xf86DeallocateResourcesForEntity)
SYMFUNC(xf86RegisterResources)
SYMFUNC(xf86CheckPciMemBase)
SYMFUNC(xf86IsEntityPrimary)
Expand Down

0 comments on commit d7d9edb

Please sign in to comment.