projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c73c5e
)
efi_loader: missing include in efi_string.c
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 21 Apr 2021 10:39:15 +0000
(12:39 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 24 Apr 2021 04:53:40 +0000
(06:53 +0200)
To avoid diverging function definitions we need to include efi_loader.h.
Fixes: fe179d7fb5c1 ("efi_loader: Add size checks to efi_create_indexed_name()")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_string.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_string.c
b/lib/efi_loader/efi_string.c
index 96272422886657911e384708eef06046fc64a87a..a3b8edf5a800e6f7829c42997828c5b7d0e75f36 100644
(file)
--- a/
lib/efi_loader/efi_string.c
+++ b/
lib/efi_loader/efi_string.c
@@
-7,6
+7,7
@@
#include <common.h>
#include <charset.h>
+#include <efi_loader.h>
/**
* efi_create_indexed_name - create a string name with an index