From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Stein <alexander.stein@systec-electronic.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/1] reset_source: export reset_source_set_priority
Date: Fri, 13 May 2016 12:02:57 +0200 [thread overview]
Message-ID: <20160513100257.GP19714@pengutronix.de> (raw)
In-Reply-To: <1462977868-12691-1-git-send-email-alexander.stein@systec-electronic.com>
On Wed, May 11, 2016 at 04:44:28PM +0200, Alexander Stein wrote:
> In commit 4a7534bf07e ("reset-source: Allow different priorities") the
> function name changed from reset_source_set to reset_source_set_priority.
> Do that change in EXPORT_SYMBOL() accordingly.
> reset_source_set still exists but is a static inline now.
>
> Fixes: 4a7534bf07e ("reset-source: Allow different priorities")
> Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
> ---
> common/reset_source.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/common/reset_source.c b/common/reset_source.c
> index 0a69f90..06e2ca8 100644
> --- a/common/reset_source.c
> +++ b/common/reset_source.c
> @@ -50,7 +50,7 @@ void reset_source_set_priority(enum reset_src_type st, unsigned int priority)
> pr_debug("Setting reset source to %s with priority %d\n",
> reset_src_names[reset_source], priority);
> }
> -EXPORT_SYMBOL(reset_source_set);
> +EXPORT_SYMBOL(reset_source_set_priority);
>
> static int reset_source_init(void)
> {
> --
> 2.7.3
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2016-05-13 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 14:44 Alexander Stein
2016-05-13 10:02 ` Sascha Hauer [this message]
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=20160513100257.GP19714@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=alexander.stein@systec-electronic.com \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox