From d0bdeb0e420a8cff73faba7a216eb7e3436d8e11 Mon Sep 17 00:00:00 2001 From: Gowtham Siddarth Dhandapani Date: Thu, 4 Aug 2016 17:14:34 +0530 Subject: [PATCH] Revert "env_mmc: add mmc_get_env_addr() prototype" This reverts commit ac77f42d0939f05b39335277b678859b47edb997. Signed-off-by: Gowtham Siddarth Dhandapani Change-Id: If9e13173e164d4493121077d362993e15b492159 --- include/environment.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/environment.h b/include/environment.h index 1fdbdad882..08679aead9 100644 --- a/include/environment.h +++ b/include/environment.h @@ -180,15 +180,6 @@ extern unsigned char env_get_char_spec(int); extern void env_reloc(void); #endif -#ifdef CONFIG_ENV_IS_IN_MMC -#include - -extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr); -# ifdef CONFIG_SYS_MMC_ENV_PART -extern uint mmc_get_env_part(struct mmc *mmc); -# endif -#endif - #ifndef DO_DEPS_ONLY #include