summaryrefslogtreecommitdiffstats
path: root/common/efi/efi-image.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/efi/efi-image.c')
-rw-r--r--common/efi/efi-image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/efi/efi-image.c b/common/efi/efi-image.c
index 885348da45..939663a6e2 100644
--- a/common/efi/efi-image.c
+++ b/common/efi/efi-image.c
@@ -88,7 +88,7 @@ struct linux_kernel_header {
uint32_t handover_offset; /** */
} __attribute__ ((packed));
-int efi_load_image(const char *file, efi_loaded_image_t **loaded_image,
+static int efi_load_image(const char *file, efi_loaded_image_t **loaded_image,
efi_handle_t *h)
{
void *exe;