linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ppc / syslib / mpc52xx_pci.c
index 20a0eac..313c96e 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * arch/ppc/syslib/mpc52xx_pci.c
+ *
  * PCI code for the Freescale MPC52xx embedded CPU.
  *
  *
@@ -11,6 +13,7 @@
  * kind, whether express or implied.
  */
 
+#include <linux/config.h>
 
 #include <asm/pci.h>
 
@@ -224,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;
        }