Revert "FROMLIST: PCI: Export PCI ACS and DMA searching functions to modules"

This reverts commit c32fef399d.

Superseded by arm-smmu changes posted upstream.

Change-Id: Ib582a4f4da27fe9297e61a0228e14a7929cea6ef
Signed-off-by: Will Deacon <willdeacon@google.com>
This commit is contained in:
Will Deacon 2019-11-22 10:50:49 +00:00 committed by Todd Kjos
parent 5f72249c30
commit 1769f78ed0
2 changed files with 0 additions and 2 deletions

View File

@ -3171,7 +3171,6 @@ void pci_request_acs(void)
{
pci_acs_enable = 1;
}
EXPORT_SYMBOL_GPL(pci_request_acs);
static const char *disable_acs_redir_param;

View File

@ -106,7 +106,6 @@ int pci_for_each_dma_alias(struct pci_dev *pdev,
return ret;
}
EXPORT_SYMBOL_GPL(pci_for_each_dma_alias);
static struct pci_bus *pci_do_find_bus(struct pci_bus *bus, unsigned char busnr)
{