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

Lucas Stach l.stach at pengutronix.de
Thu May 26 03:09:11 PDT 2016


Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 include/globalvar.h | 4 ++++
 1 file changed, 4 insertions(+)

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




More information about the barebox mailing list