From: Bjorn Helgaas Date: Fri, 24 Feb 2012 03:18:56 +0000 (-0700) Subject: arm/PCI: remove arch pci_flags definition X-Git-Tag: v3.4-rc1~114^2~28^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6696cbc39dff488dbe04d80d74023d8766a15e70;p=pandora-kernel.git 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 CC: Russell King CC: linux-arm-kernel@lists.infradead.org Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed