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

Commit 8832157b authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix pci export warnings



Remove duplicate PCI exports from ixp4xx machine class.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4c756f4e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -532,8 +532,6 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask)
	return -EIO;
	return -EIO;
}
}


EXPORT_SYMBOL(pci_set_dma_mask);
EXPORT_SYMBOL(pci_set_consistent_dma_mask);
EXPORT_SYMBOL(ixp4xx_pci_read);
EXPORT_SYMBOL(ixp4xx_pci_read);
EXPORT_SYMBOL(ixp4xx_pci_write);
EXPORT_SYMBOL(ixp4xx_pci_write);