Преглед изворни кода

Compile warning fixed
Patch by Stefan Roese, 29 Nov 2005

Stefan Roese пре 19 година
родитељ
комит
a46726fdba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cpu/ppc4xx/cpu.c

+ 1 - 1
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)