diff options
Diffstat (limited to 'cpu/leon2/cpu.c')
-rw-r--r-- | cpu/leon2/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/leon2/cpu.c b/cpu/leon2/cpu.c index 5de1c521aae..d6e23b129c4 100644 --- a/cpu/leon2/cpu.c +++ b/cpu/leon2/cpu.c @@ -25,6 +25,7 @@ #include <common.h> #include <watchdog.h> #include <command.h> +#include <netdev.h> DECLARE_GLOBAL_DATA_PTR; @@ -57,8 +58,6 @@ int do_reset(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) /* ------------------------------------------------------------------------- */ -extern int greth_initialize(bd_t *bis); - #ifdef CONFIG_GRETH int cpu_eth_init(bd_t *bis) { |