[PATCH 1/1] reset_source: export reset_source_set_priority
Sascha Hauer
s.hauer at pengutronix.de
Fri May 13 03:02:57 PDT 2016
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 at 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 at 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 |
More information about the barebox
mailing list