提交 e4c2a0eb 编写于 作者: M Matthew McClintock

* Fixed a bug where 8555 PCI code used the old variable and

  function names
  Patch by Andy Fleming 17-Mar-2006
Signed-off-by: NAndy Fleming <afleming@freescale.com>
上级 cbfc7ce7
......@@ -497,8 +497,8 @@ void
pci_init_board(void)
{
#ifdef CONFIG_PCI
extern void pci_mpc85xx_init(struct pci_controller **hose);
extern void pci_mpc85xx_init(struct pci_controller *hose);
pci_mpc85xx_init(*pci_hose);
pci_mpc85xx_init(hose);
#endif
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册