mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 01:21:49 +00:00
fiptool: remove unneeded declarations
These functions are defined above any calls. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -52,8 +52,6 @@
|
||||
#define OPT_PLAT_TOC_FLAGS 1
|
||||
#define OPT_ALIGN 2
|
||||
|
||||
static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid);
|
||||
static image_t *lookup_image_from_uuid(const uuid_t *uuid);
|
||||
static int info_cmd(int argc, char *argv[]);
|
||||
static void info_usage(void);
|
||||
static int create_cmd(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user