mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-16 02:06:12 -04:00
Compile warning fixed
Patch by Stefan Roese, 29 Nov 2005
This commit is contained in:
parent
6e7fb6eaa5
commit
a46726fdba
@ -63,7 +63,7 @@ int pci_async_enabled(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PCI)
|
#if defined(CONFIG_PCI) && !defined(CONFIG_IOP480) && !defined(CONFIG_405)
|
||||||
int pci_arbiter_enabled(void)
|
int pci_arbiter_enabled(void)
|
||||||
{
|
{
|
||||||
#if defined(CONFIG_405GP)
|
#if defined(CONFIG_405GP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user