Skip to content
Snippets Groups Projects
Commit 20b3c4b5 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent d0a1364f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment