Commit fc168cc56c88657eb51908890395ad7d9b366793

Authored by Anatolij Gustschin
Committed by Albert ARIBAUD
1 parent 35b541c835

ARM: netspace_v2: fix warnings

Fix compiler warnings when compiling for netspace_v2, netspace_max_v2
and inetspace_v2:

netspace_v2.c: In function 'board_early_init_f':
netspace_v2.c:37: warning: implicit declaration of function 'kw_config_gpio'
netspace_v2.c: In function 'board_init':
netspace_v2.c:86: warning: implicit declaration of function 'kw_sdram_bar'

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Simon Guinot <simon.guinot@sequanux.org>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Marek Vasut <marek.vasut@gmail.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

board/LaCie/netspace_v2/netspace_v2.c
... ... @@ -24,6 +24,7 @@
24 24 #include <miiphy.h>
25 25 #include <netdev.h>
26 26 #include <command.h>
  27 +#include <asm/arch/cpu.h>
27 28 #include <asm/arch/kirkwood.h>
28 29 #include <asm/arch/mpp.h>
29 30 #include <asm/arch/gpio.h>