mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
d0a1364f91
commit
20b3c4b528
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ int __get_cpu_num(void)
|
|||
}
|
||||
int get_cpu_num(void) __attribute__((weak, alias("__get_cpu_num")));
|
||||
|
||||
#if defined(CONFIG_PCI)
|
||||
#if defined(CONFIG_405GP) || \
|
||||
defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
|
||||
defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
|
||||
|
|
@ -76,6 +77,7 @@ static int pci_async_enabled(void)
|
|||
#endif
|
||||
}
|
||||
#endif
|
||||
#endif /* CONFIG_PCI */
|
||||
|
||||
#if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && \
|
||||
!defined(CONFIG_405) && !defined(CONFIG_405EX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue