PCI: Unexport xf86scanpci

This commit is contained in:
Adam Jackson 2008-10-11 21:16:45 -04:00
parent 6b198daa46
commit 3e5281af17
2 changed files with 1 additions and 2 deletions

View File

@ -654,7 +654,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(pciTag)
SYMFUNC(pciBusAddrToHostAddr)
SYMFUNC(xf86scanpci)
/* Loader functions */
SYMFUNC(LoadSubModule)

View File

@ -161,7 +161,7 @@ pciAddrNOOP(PCITAG tag, PciAddrType type, ADDRESS addr)
return(addr);
}
_X_EXPORT Bool
Bool
xf86scanpci(void)
{
Bool success = FALSE;