]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Remove extern from board.c
authorMichal Simek <monstr@monstr.eu>
Fri, 29 Jun 2012 11:52:27 +0000 (13:52 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 10 Jul 2012 09:54:06 +0000 (11:54 +0200)
eth_init() is defined at include/net.h.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Simon Glass <sjg@chromium.org>
arch/microblaze/lib/board.c

index f3679d536bc304d3efa8553c60007df508d56b0c..7c001d1217f842177ec26c1c5702e56065f36863 100644 (file)
@@ -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