Skip to content
  • Lei Wen's avatar
    env_mmc: fix compile warning · 6d1d51b3
    Lei Wen authored
    
    
    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: default avatarLei Wen <leiwen@marvell.com>
    6d1d51b3