[PATCH 03/18] blspec: remove unused function prototype
Sascha Hauer
s.hauer at pengutronix.de
Fri Jul 22 05:44:17 PDT 2016
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/blspec.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/blspec.h b/include/blspec.h
index 4b61ef8..a73dd72 100644
--- a/include/blspec.h
+++ b/include/blspec.h
@@ -25,8 +25,6 @@ int blspec_entry_var_set(struct blspec_entry *entry, const char *name,
const char *val);
const char *blspec_entry_var_get(struct blspec_entry *entry, const char *name);
-int blspec_entry_save(struct blspec_entry *entry, const char *path);
-
int blspec_boot(struct blspec_entry *entry, int verbose, int dryrun);
int blspec_scan_devices(struct blspec *blspec);
--
2.8.1
More information about the barebox
mailing list