diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-04-13 09:05:29 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-04-13 09:05:29 -0500 |
commit | 48b75e92d6f4024e7f99442334f6969345516a72 (patch) | |
tree | 2f14308e5864bf1ba63b4a6b9733ec66be3c3f66 /efi-secureboot.patch | |
parent | 921d5d6e16aac02257deae5cc553caf0cb2a6245 (diff) | |
download | kernel-48b75e92d6f4024e7f99442334f6969345516a72.tar.gz kernel-48b75e92d6f4024e7f99442334f6969345516a72.tar.xz kernel-48b75e92d6f4024e7f99442334f6969345516a72.zip |
Linux v5.7-rc1
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r-- | efi-secureboot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch index 931b90f44..de0495768 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -285,8 +285,8 @@ index 1797623b0c3a..fa8ac411bf6e 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -17,6 +17,7 @@ - #include <linux/root_dev.h> #include <linux/sfi.h> + #include <linux/hugetlb.h> #include <linux/tboot.h> +#include <linux/security.h> #include <linux/usb/xhci-dbgp.h> |