From bd6ce9d171b45465daa23bede5214100dd8b5eba Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 10 Sep 2011 16:59:02 +0200 Subject: cm4008, cm41xx: fix build warnings Fix these: cm4008.c: In function 'board_eth_init': cm4008.c:79: warning: implicit declaration of function 'ks8695_eth_initialize' cm41xx.c: In function 'board_eth_init': cm41xx.c:79: warning: implicit declaration of function 'ks8695_eth_initialize' While we are at it, sort include list in netdev.h Signed-off-by: Wolfgang Denk Cc: Greg Ungerer --- board/cm4008/cm4008.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/cm4008/cm4008.c') diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c index 2e8d948..ed493a8 100644 --- a/board/cm4008/cm4008.c +++ b/board/cm4008/cm4008.c @@ -30,6 +30,7 @@ #include #include +#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.1