diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-02-23 20:18:56 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-02-23 20:18:56 -0700 |
commit | 6696cbc39dff488dbe04d80d74023d8766a15e70 (patch) | |
tree | 2d8e96a315dc43a33778d0195252edd4ba9851ef /arch/arm/mm | |
parent | 151d16d531c5bc60bad9dc62102be18f11b4280a (diff) | |
download | linux-3.10-6696cbc39dff488dbe04d80d74023d8766a15e70.tar.gz linux-3.10-6696cbc39dff488dbe04d80d74023d8766a15e70.tar.bz2 linux-3.10-6696cbc39dff488dbe04d80d74023d8766a15e70.zip |
arm/PCI: remove arch pci_flags definition
The PCI core provides a pci_flags definition (currently __weak), so drop
the arm definition in favor of that.
We EXPORT_SYMBOL(pci_flags) as arm did previously. I'm dubious about
this: no other architecture exports it, and I didn't see any modules in
the tree that reference it.
CC: Rob Herring <rob.herring@calxeda.com>
CC: Russell King <linux@arm.linux.org.uk>
CC: linux-arm-kernel@lists.infradead.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/iomap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/iomap.c b/arch/arm/mm/iomap.c index e62956e1203..4614208369f 100644 --- a/arch/arm/mm/iomap.c +++ b/arch/arm/mm/iomap.c @@ -32,9 +32,6 @@ EXPORT_SYMBOL(pcibios_min_io); unsigned long pcibios_min_mem = 0x01000000; EXPORT_SYMBOL(pcibios_min_mem); -unsigned int pci_flags = PCI_REASSIGN_ALL_RSRC; -EXPORT_SYMBOL(pci_flags); - void pci_iounmap(struct pci_dev *dev, void __iomem *addr) { if ((unsigned long)addr >= VMALLOC_START && |