
22 Sep
2025
22 Sep
'25
6:01 p.m.
From: Simon Glass <sjg@chromium.org> This header makes use of efi_status_t so should include the header which provides it. Add this. Signed-off-by: Simon Glass <sjg@chromium.org> --- include/efi_variable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/efi_variable.h b/include/efi_variable.h index 4065cf45eca..4c9e0149b39 100644 --- a/include/efi_variable.h +++ b/include/efi_variable.h @@ -6,6 +6,7 @@ #ifndef _EFI_VARIABLE_H #define _EFI_VARIABLE_H +#include <efi.h> #include <linux/bitops.h> #define EFI_VARIABLE_READ_ONLY 0x80000000 -- 2.43.0