powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADER
authorKumar Gala <galak@kernel.crashing.org>
Fri, 20 May 2011 00:56:50 +0000 (19:56 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 23 Jun 2011 02:44:54 +0000 (21:44 -0500)
commit470788d4a070a07e9ab73d2ccc59d44833ab1a0e
treefd3890aa764a2c8cd09389ffe0143d022a0d7d63
parentb9a4334239b4312bcb527a81e17e2a82b70f8599
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 <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_pci.c