From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev
Date: Wed, 27 Jan 2016 09:53:51 +0800 [thread overview]
Message-ID: <20160127015349.GA26410@linux-7smt.suse> (raw)
In-Reply-To: <1453821638-19435-1-git-send-email-clemens.gruber@pqgruber.com>
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 <trini@konsulko.com>
>Cc: Stephen Warren <swarren@nvidia.com>
>
>Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
>---
> 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 <peng.fan@nxp.com>
>
>--
>2.7.0
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot
next prev parent reply other threads:[~2016-01-27 1:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 15:20 [U-Boot] [PATCH] mmc: add missing prototype for mmc_get_env_dev Clemens Gruber
2016-01-26 22:45 ` Tom Rini
2016-01-27 1:53 ` Peng Fan [this message]
2016-02-02 1:57 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160127015349.GA26410@linux-7smt.suse \
--to=van.freenix@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.