summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-20 15:52:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-22 14:43:19 +0200
commitbf1b4877bcb391d1e83c56b2814b9399075f7e57 (patch)
tree8fafce906c8395e8a575c6194cd6466ed5d6d452 /include
parent333378d4e49f91b9d3c7f9a6886b64a9c5c01474 (diff)
downloadbarebox-bf1b4877bcb391d1e83c56b2814b9399075f7e57.tar.gz
barebox-bf1b4877bcb391d1e83c56b2814b9399075f7e57.tar.xz
blspec: remove unused function prototype
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/blspec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/blspec.h b/include/blspec.h
index 4b61ef8be6..a73dd7250b 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);