summaryrefslogtreecommitdiffstats
path: root/include/blspec.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-20 09:08:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-22 13:23:38 +0200
commit7c765590230b18da96827d8a42d7940d12054284 (patch)
tree23424866b38d1799a55f941d3147f10523c6efd4 /include/blspec.h
parent2ccd60013dc2dabdb91cd2964cd9ce15eb949b1b (diff)
downloadbarebox-7c765590230b18da96827d8a42d7940d12054284.tar.gz
barebox-7c765590230b18da96827d8a42d7940d12054284.tar.xz
blspec: remove unused blspec_boot_devicename
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 e22e9be11d..9fc42dfa1a 100644
--- a/include/blspec.h
+++ b/include/blspec.h
@@ -31,8 +31,6 @@ int blspec_entry_save(struct blspec_entry *entry, const char *path);
int blspec_boot(struct blspec_entry *entry, int verbose, int dryrun);
-int blspec_boot_devicename(const char *devname, int verbose, int dryrun);
-
int blspec_scan_devices(struct blspec *blspec);
int blspec_scan_device(struct blspec *blspec, struct device_d *dev);