arm/PCI: remove arch pci_flags definition
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:56 +0000 (20:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:56 +0000 (20:18 -0700)
commit6696cbc39dff488dbe04d80d74023d8766a15e70
tree2d8e96a315dc43a33778d0195252edd4ba9851ef
parent151d16d531c5bc60bad9dc62102be18f11b4280a
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>
arch/arm/kernel/bios32.c
arch/arm/mm/iomap.c