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

[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
......@@ -532,8 +532,6 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask)
return -EIO;
}
EXPORT_SYMBOL(pci_set_dma_mask);
EXPORT_SYMBOL(pci_set_consistent_dma_mask);
EXPORT_SYMBOL(ixp4xx_pci_read);
EXPORT_SYMBOL(ixp4xx_pci_write);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment