diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 |
| commit | 857c68f733eea07f11a061caea43a38fed61adb7 (patch) | |
| tree | 4567a9e91f717b22143ac1ccb0fb5323ac15afd3 /arch/powerpc/platforms/chrp/pci.c | |
| parent | 4741c336d27dec3ea68a35659abb8dc82b142388 (diff) | |
| parent | 402a26f0c040077ed6f941eefac5a6971f0d5f40 (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/powerpc/platforms/chrp/pci.c')
| -rw-r--r-- | arch/powerpc/platforms/chrp/pci.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/chrp/pci.c b/arch/powerpc/platforms/chrp/pci.c index 8ef279ad36ad..ac224876ce59 100644 --- a/arch/powerpc/platforms/chrp/pci.c +++ b/arch/powerpc/platforms/chrp/pci.c | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | #include <asm/grackle.h> | 23 | #include <asm/grackle.h> |
| 24 | #include <asm/rtas.h> | 24 | #include <asm/rtas.h> |
| 25 | 25 | ||
| 26 | #include "chrp.h" | ||
| 27 | |||
| 26 | /* LongTrail */ | 28 | /* LongTrail */ |
| 27 | void __iomem *gg2_pci_config_base; | 29 | void __iomem *gg2_pci_config_base; |
| 28 | 30 | ||
| @@ -314,6 +316,6 @@ chrp_find_bridges(void) | |||
| 314 | } | 316 | } |
| 315 | 317 | ||
| 316 | /* Do not fixup interrupts from OF tree on pegasos */ | 318 | /* Do not fixup interrupts from OF tree on pegasos */ |
| 317 | if (is_pegasos == 0) | 319 | if (is_pegasos) |
| 318 | ppc_md.pcibios_fixup = chrp_pcibios_fixup; | 320 | ppc_md.pcibios_fixup = NULL; |
| 319 | } | 321 | } |
