From: Enric Balletbo i Serra Date: Thu, 4 Aug 2011 02:20:24 +0000 (-0700) Subject: Fix warning in lib/board.c X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4477db23543dfec0f3e1f36b6f4b98ab38d4796;p=pandora-x-loader.git Fix warning in lib/board.c This patch fixes following warning: board.c: In function .init_func_i2c.: board.c:55:2: warning: implicit declaration of function .i2c_init. Signed-off-by: Enric Balletbo i Serra Signed-off-by: Anand Gadiyar --- diff --git a/lib/board.c b/lib/board.c index fac5f77..0f6b960 100644 --- a/lib/board.c +++ b/lib/board.c @@ -31,6 +31,7 @@ */ #include +#include #include #include #include