diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-04-22 14:20:15 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-04-22 14:20:15 +0000 |
commit | 8f968e6f02434f4d0702fa562a1b364a353757c2 (patch) | |
tree | 645ac293ca4fb2d3ec6a83a0f16f2b3a1dfb09fa /efi-secureboot.patch | |
parent | 883af1564ce88520e3ff0de35953285c3264b61b (diff) | |
download | kernel-8f968e6f02434f4d0702fa562a1b364a353757c2.tar.gz kernel-8f968e6f02434f4d0702fa562a1b364a353757c2.tar.xz kernel-8f968e6f02434f4d0702fa562a1b364a353757c2.zip |
Linux v5.1-rc6
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r-- | efi-secureboot.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch index 99b6f25dd..f50169541 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -143,7 +143,8 @@ index 100ce4a4aff6..62361b647a75 100644 extern int efi_status_to_err(efi_status_t status); @@ -1577,12 +1589,6 @@ efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, - bool efi_runtime_disabled(void); + #endif + extern void efi_call_virt_check_flags(unsigned long flags, const char *call); extern unsigned long efi_call_virt_save_flags(void); |