From 968c2e865dfaa04378a5725ece42ac99fc82ed45 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 15 Oct 2010 09:37:26 +0200 Subject: [PATCH] bootm: sparse fixes Signed-off-by: Sascha Hauer --- commands/bootm.c | 2 +- include/image.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/bootm.c b/commands/bootm.c index 14475c7ef..0d3649f7a 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 a42d06bc3..8932947b7 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