Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e739da65 authored by Will Deacon's avatar Will Deacon Committed by Todd Kjos
Browse files

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



This reverts commit c32fef39.

Superseded by arm-smmu changes posted upstream.

Change-Id: Ib582a4f4da27fe9297e61a0228e14a7929cea6ef
Signed-off-by: default avatarWill Deacon <willdeacon@google.com>
parent ef78faff
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -3171,7 +3171,6 @@ void pci_request_acs(void)
{
{
	pci_acs_enable = 1;
	pci_acs_enable = 1;
}
}
EXPORT_SYMBOL_GPL(pci_request_acs);


static const char *disable_acs_redir_param;
static const char *disable_acs_redir_param;


+0 −1
Original line number Original line Diff line number Diff line
@@ -106,7 +106,6 @@ int pci_for_each_dma_alias(struct pci_dev *pdev,


	return ret;
	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)
static struct pci_bus *pci_do_find_bus(struct pci_bus *bus, unsigned char busnr)
{
{