]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Compile warning fixed
authorStefan Roese <sr@denx.de>
Tue, 29 Nov 2005 18:13:38 +0000 (19:13 +0100)
committerStefan Roese <sr@denx.de>
Tue, 29 Nov 2005 18:13:38 +0000 (19:13 +0100)
Patch by Stefan Roese, 29 Nov 2005

cpu/ppc4xx/cpu.c

index 0b5883c54987d6839e37fd1413cba37dc578bd03..a4630530a73d78b3ba56f736617c5fa43e261a90 100644 (file)
@@ -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)