diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-06-08 10:12:12 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-08 10:12:12 +0200 |
commit | a5506c46a4d249a422b0eca537026fc7a1ac78b5 (patch) | |
tree | 6a463b0e6ac0ca16eb195a4f49a22afb1403337f /drivers/firmware/efi/libstub/secureboot.c | |
parent | 36cc2b9222b5106de34085c4dd8635ac67ef5cba (diff) | |
parent | cc1582c231ea041fbc68861dfaf957eaf902b829 (diff) | |
download | linux-a5506c46a4d249a422b0eca537026fc7a1ac78b5.tar.bz2 |
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/libstub/secureboot.c')
-rw-r--r-- | drivers/firmware/efi/libstub/secureboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firmware/efi/libstub/secureboot.c b/drivers/firmware/efi/libstub/secureboot.c index 8c34d50a4d80..959777ec8a77 100644 --- a/drivers/firmware/efi/libstub/secureboot.c +++ b/drivers/firmware/efi/libstub/secureboot.c @@ -16,10 +16,10 @@ /* BIOS variables */ static const efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; -static const efi_char16_t const efi_SecureBoot_name[] = { +static const efi_char16_t efi_SecureBoot_name[] = { 'S', 'e', 'c', 'u', 'r', 'e', 'B', 'o', 'o', 't', 0 }; -static const efi_char16_t const efi_SetupMode_name[] = { +static const efi_char16_t efi_SetupMode_name[] = { 'S', 'e', 't', 'u', 'p', 'M', 'o', 'd', 'e', 0 }; |