9
0
Fork 0

blspec: remove unused function prototype

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-07-20 15:52:45 +02:00
parent 333378d4e4
commit bf1b4877bc
1 changed files with 0 additions and 2 deletions

View File

@ -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);