From: Bjorn Helgaas Date: Fri, 24 Feb 2012 03:18:58 +0000 (-0700) Subject: powerpc/PCI: replace pci_probe_only with pci_flags X-Git-Tag: v3.4-rc1~114^2~28^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673c975624895c4db2edff32601d9c6475b2d39e;p=pandora-kernel.git powerpc/PCI: replace pci_probe_only with pci_flags We already use pci_flags, so this just sets pci_flags directly and removes the intermediate step of figuring out pci_probe_only, then using it to set pci_flags. The PCI core provides a pci_flags definition (currently __weak), so drop the powerpc definitions in favor of that. CC: Benjamin Herrenschmidt CC: linuxppc-dev@lists.ozlabs.org Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed