summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/bootm.c2
-rw-r--r--include/image.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index 14475c7ef4..0d3649f7a0 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 a42d06bc31..8932947b7e 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