[PATCH 1/3] globalvar: add missing static inline stubs

Sascha Hauer s.hauer at pengutronix.de
Sun May 29 22:04:49 PDT 2016


On Thu, May 26, 2016 at 12:09:11PM +0200, Lucas Stach wrote:
> Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
> ---
>  include/globalvar.h | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/include/globalvar.h b/include/globalvar.h
> index d0c79c07a818..e94e9ed6ee88 100644
> --- a/include/globalvar.h
> +++ b/include/globalvar.h
> @@ -137,6 +137,10 @@ static inline int globalvar_add(const char *name,
>  	return 0;
>  }
>  
> +static inline void globalvar_remove(const char *name) {}
> +
> +static inline void globalvar_print(void) {}
> +
>  static inline char *globalvar_get_match(const char *match, const char *separator)
>  {
>  	return NULL;
> -- 
> 2.8.1
> 
> 
> _______________________________________________
> 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