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)
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>

No differences found