commit | e2c341218ace88f55b8fc78ba918edfb029322ae | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 29 19:13:38 2005 +0100 |
committer | Stefan Roese <sr@denx.de> | Tue Nov 29 19:13:38 2005 +0100 |
tree | 8ea1c0b8472041054048c510defba44007806f8a | |
parent | 9964474f4ff72eb4a91f319bb56343ec120299b8 [diff] [blame] |
Compile warning fixed Patch by Stefan Roese, 29 Nov 2005
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 0b5883c..a463053 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c
@@ -63,7 +63,7 @@ } #endif -#if defined(CONFIG_PCI) +#if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && !defined(CONFIG_405) int pci_arbiter_enabled(void) { #if defined(CONFIG_405GP)