From: Anatolij Gustschin Date: Sat, 29 Oct 2011 11:31:19 +0000 (+0000) Subject: ARM: netspace_v2: fix warnings X-Git-Tag: v2011.12-rc1~228^2~74 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=fc168cc56c88657eb51908890395ad7d9b366793 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 Cc: Simon Guinot Cc: Albert ARIBAUD Acked-by: Marek Vasut --- diff --git a/board/LaCie/netspace_v2/netspace_v2.c b/board/LaCie/netspace_v2/netspace_v2.c index 3bb83f359e..7c4b15ec47 100644 --- a/board/LaCie/netspace_v2/netspace_v2.c +++ b/board/LaCie/netspace_v2/netspace_v2.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include