efi: Include efi.h in the efi_variable.h header
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user