summaryrefslogtreecommitdiffstats
path: root/include/blspec.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-20 13:40:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-26 08:31:35 +0200
commit86a4036ba2c42bd38c87d1770009eab82dff01e3 (patch)
tree66a30d2282b42b5056271244857509d6a09a1932 /include/blspec.h
parente113fa5f1d498f86705bfb53c6ae8b8a8e225173 (diff)
downloadbarebox-86a4036ba2c42bd38c87d1770009eab82dff01e3.tar.gz
barebox-86a4036ba2c42bd38c87d1770009eab82dff01e3.tar.xz
blspec: Make blspec_boot static
Since blspec_boot is now only used locally we can make it static. Move it up to avoid a static declaration. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/blspec.h')
-rw-r--r--include/blspec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/blspec.h b/include/blspec.h
index 7a16ae73c6..8a79df5738 100644
--- a/include/blspec.h
+++ b/include/blspec.h
@@ -31,8 +31,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_boot(struct bootentry *entry, int verbose, int dryrun);
-
int blspec_scan_devices(struct bootentries *bootentries);
int blspec_scan_device(struct bootentries *bootentries, struct device_d *dev);