X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fsyslib%2Fmpc52xx_pci.c;h=313c96ec7eb1a636e664786d8eef76f88c42c522;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=5a5a7a9cd248620528e34bbee408203d57e2480c;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/ppc/syslib/mpc52xx_pci.c b/arch/ppc/syslib/mpc52xx_pci.c index 5a5a7a9cd..313c96ec7 100644 --- a/arch/ppc/syslib/mpc52xx_pci.c +++ b/arch/ppc/syslib/mpc52xx_pci.c @@ -1,4 +1,6 @@ /* + * arch/ppc/syslib/mpc52xx_pci.c + * * PCI code for the Freescale MPC52xx embedded CPU. * * @@ -225,8 +227,7 @@ mpc52xx_pci_fixup_resources(struct pci_dev *dev) /* The PCI Host bridge of MPC52xx has a prefetch memory resource fixed to 1Gb. Doesn't fit in the resource system so we remove it */ if ( (dev->vendor == PCI_VENDOR_ID_MOTOROLA) && - ( dev->device == PCI_DEVICE_ID_MOTOROLA_MPC5200 - || dev->device == PCI_DEVICE_ID_MOTOROLA_MPC5200B) ) { + (dev->device == PCI_DEVICE_ID_MOTOROLA_MPC5200) ) { struct resource *res = &dev->resource[1]; res->start = res->end = res->flags = 0; }