diff options
Diffstat (limited to 'board/esd/common/pci.c')
| -rw-r--r-- | board/esd/common/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/common/pci.c b/board/esd/common/pci.c index f8f180c6c..f711205ef 100644 --- a/board/esd/common/pci.c +++ b/board/esd/common/pci.c @@ -166,7 +166,7 @@ static struct pci_controller pci9054_hose = {    config_table: pci9054_config_table,  }; -void pci_init(void) +void pci_init_board(void)  {    struct pci_controller *hose = &pci9054_hose; |