From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 22 Mar 2009 13:28:14 +0000 (+0100) Subject: cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr' X-Git-Tag: v2009.06-rc1~134^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=118d168035cc93f586da4812c89cb153eb9f4243;p=u-boot cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/board/cmc_pu2/load_sernum_ethaddr.c b/board/cmc_pu2/load_sernum_ethaddr.c index f02406c1af..6f85dd95b3 100644 --- a/board/cmc_pu2/load_sernum_ethaddr.c +++ b/board/cmc_pu2/load_sernum_ethaddr.c @@ -27,6 +27,7 @@ /* #define DEBUG */ #include +#include #define I2C_CHIP 0x50 /* I2C bus address of onboard EEPROM */ #define I2C_ALEN 1 /* length of EEPROM addresses in bytes */