提交 36c7e6ef 编写于 作者: M Michal Simek

microblaze: Remove extern from board.c

eth_init() is defined at include/net.h.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
Acked-by: NSimon Glass <sjg@chromium.org>
上级 920c3587
......@@ -41,10 +41,6 @@ extern int gpio_init (void);
#ifdef CONFIG_SYS_INTC_0
extern int interrupts_init (void);
#endif
#if defined(CONFIG_CMD_NET)
extern int eth_init (bd_t * bis);
#endif
#ifdef CONFIG_SYS_TIMER_0
extern int timer_init (void);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册