fiptool: remove unneeded declarations
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Feb 2017 04:02:12 +0000 (13:02 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Feb 2017 04:02:12 +0000 (13:02 +0900)
These functions are defined above any calls.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/fiptool/fiptool.c

index 1e4451f8c0b7e364a47e74a119b9e477ad979d85..f3f831bd208ac3a46b239a3bb490b5df6d86496d 100644 (file)
@@ -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[]);