提交 ae188d48 编写于 作者: W Wolfgang Denk

MPC832XEMDS: fix pci.c build warning

Doubled use of DECLARE_GLOBAL_DATA_PTR caused compile warning:

pci.c:71: warning: register used for two global register variables
Signed-off-by: NWolfgang Denk <wd@denx.de>
Cc: Kim Phillips <kim.phillips@freescale.com>
上级 059e7782
......@@ -68,9 +68,6 @@ static struct pci_region pci2_regions[] = {
};
#endif
DECLARE_GLOBAL_DATA_PTR;
void pci_init_board(void)
#ifdef CONFIG_PCISLAVE
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册