9
0
Fork 0

bootm: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 09:37:26 +02:00
parent 4a10928952
commit 968c2e865d
2 changed files with 2 additions and 1 deletions

View File

@ -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)
{

View File

@ -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