From: Stefan Roese Date: Tue, 29 Nov 2005 18:13:38 +0000 (+0100) Subject: Compile warning fixed X-Git-Tag: v2008.10-rc1~1317^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a46726fdba86d02353529a98f26cd1384f991d40;p=platform%2Fkernel%2Fu-boot.git 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 @@ int pci_async_enabled(void) } #endif -#if defined(CONFIG_PCI) +#if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && !defined(CONFIG_405) int pci_arbiter_enabled(void) { #if defined(CONFIG_405GP)