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(pciTag)
SYMFUNC(pciBusAddrToHostAddr) SYMFUNC(pciBusAddrToHostAddr)
SYMFUNC(xf86scanpci)
/* Loader functions */ /* Loader functions */
SYMFUNC(LoadSubModule) SYMFUNC(LoadSubModule)

View File

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