commit | 6d1d51b32b9dc26be42ab95a61346050f9de7665 | [log] [tgz] |
---|---|---|
author | Lei Wen <adrian.wenl@gmail.com> | Wed Nov 10 07:39:23 2010 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:28:21 2010 +0100 |
tree | 079ac0d2314e417bdac82d322f30d38c2e198a70 | |
parent | 02bd475e343582b3c915b94ef4016d5876d4a4f1 [diff] |
env_mmc: fix compile warning hexport would complain implicit declaration, if we don't add the include file. env_mmc.c: In function 'saveenv': env_mmc.c:109: warning: implicit declaration of function 'hexport' Signed-off-by: Lei Wen <leiwen@marvell.com>