소스 검색

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)