mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
5f72249c30
commit
1769f78ed0
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user