From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Wed, 27 Jan 2016 09:53:51 +0800 Subject: [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev In-Reply-To: <1453821638-19435-1-git-send-email-clemens.gruber@pqgruber.com> References: <1453821638-19435-1-git-send-email-clemens.gruber@pqgruber.com> Message-ID: <20160127015349.GA26410@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jan 26, 2016 at 04:20:38PM +0100, Clemens Gruber wrote: >This is a follow-up patch to e92029c0f4 and adds a prototype for >the weak mmc_get_env_dev function. > >Cc: Tom Rini >Cc: Stephen Warren > >Signed-off-by: Clemens Gruber >--- > include/mmc.h | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/include/mmc.h b/include/mmc.h >index 465daeb..d652c14 100644 >--- a/include/mmc.h >+++ b/include/mmc.h >@@ -479,6 +479,7 @@ void board_mmc_power_init(void); > int board_mmc_init(bd_t *bis); > int cpu_mmc_init(bd_t *bis); > int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr); >+int mmc_get_env_dev(void); > > struct pci_device_id; Reviewed-by: Peng Fan > >-- >2.7.0 > >_______________________________________________ >U-Boot mailing list >U-Boot at lists.denx.de >http://lists.denx.de/mailman/listinfo/u-boot