Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- commands/bootm.c | 2 +- include/image.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/commands/bootm.c b/commands/bootm.c index 14475c7..0d3649f 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -225,7 +225,7 @@ void unmap_image(struct image_handle *handle) } EXPORT_SYMBOL(unmap_image); -LIST_HEAD(handler_list); +static LIST_HEAD(handler_list); int register_image_handler(struct image_handler *handler) { diff --git a/include/image.h b/include/image.h index a42d06b..8932947 100644 --- a/include/image.h +++ b/include/image.h @@ -336,6 +336,7 @@ void print_image_hdr (image_header_t *hdr); * image. */ struct image_handle *map_image(const char *filename, int verify); +void unmap_image(struct image_handle *handle); /* * Relocate an image to load_address by uncompressing -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox