arm/PCI: don't export pci_flags
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Mar 2012 23:48:04 +0000 (17:48 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 20 Mar 2012 17:41:33 +0000 (10:41 -0700)
There's no need to export pci_flags; it's not exported by any other
architecture, and no modules 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>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/arm/kernel/bios32.c

index be5d3b2..632df9a 100644 (file)
@@ -498,7 +498,6 @@ void __init pci_common_init(struct hw_pci *hw)
                pci_bus_add_devices(bus);
        }
 }
-EXPORT_SYMBOL(pci_flags);
 
 #ifndef CONFIG_PCI_HOST_ITE8152
 void pcibios_set_master(struct pci_dev *dev)