linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / powerpc / platforms / chrp / pci.c
index ac22487..8ef279a 100644 (file)
@@ -23,8 +23,6 @@
 #include <asm/grackle.h>
 #include <asm/rtas.h>
 
-#include "chrp.h"
-
 /* LongTrail */
 void __iomem *gg2_pci_config_base;
 
@@ -316,6 +314,6 @@ chrp_find_bridges(void)
        }
 
        /* Do not fixup interrupts from OF tree on pegasos */
-       if (is_pegasos)
-               ppc_md.pcibios_fixup = NULL;
+       if (is_pegasos == 0)
+               ppc_md.pcibios_fixup = chrp_pcibios_fixup;
 }