From: Kumar Gala Date: Fri, 20 May 2011 00:56:50 +0000 (-0500) Subject: powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADER X-Git-Tag: v3.1-rc1~236^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470788d4a070a07e9ab73d2ccc59d44833ab1a0e;p=pandora-kernel.git powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADER We fixup every FSL PCIe Root Complex we need to fixup a few things. Rather than adding every device under the sun we move to just matching only on the vendor (PCI_VENDOR_ID_FREESCALE) and than check that we are a PCIe controller in host mode in the fixup. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed