From 4d1532e86059a912e6a1e426854d8c9dc594ad19 Mon Sep 17 00:00:00 2001 From: Nick Xie Date: Thu, 25 Jul 2019 18:18:46 +0800 Subject: [PATCH] fixup build errors after merge upstream code Signed-off-by: Nick Xie --- drivers/firmware/efi/libstub/efi-stub-helper.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/firmware/efi/libstub/efi-stub-helper.c b/drivers/firmware/efi/libstub/efi-stub-helper.c index c84bacb..d984332 100644 --- a/drivers/firmware/efi/libstub/efi-stub-helper.c +++ b/drivers/firmware/efi/libstub/efi-stub-helper.c @@ -32,13 +32,6 @@ static unsigned long __chunk_size = EFI_READ_CHUNK_SIZE; -static int __section(.data) __nokaslr; - -int __pure nokaslr(void) -{ - return __nokaslr; -} - /* * Allow the platform to override the allocation granularity: this allows * systems that have the capability to run with a larger page size to deal -- 2.7.4