From 2a40e7f40e86843299fb4b6ebbfbda4284bec96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20H=C3=A4user?= Date: Tue, 27 Feb 2018 23:29:20 +0100 Subject: MinPlatformPkg/DxePlatformBootManagerLib: Fix an incorrect declaration. Replace an incorrect declaration with the inclusion of its header. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser Reviewed-by: Jiewen Yao --- .../MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c b/Platform/Intel/MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c index 0e2fed1f72..ac12ae5318 100644 --- a/Platform/Intel/MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c +++ b/Platform/Intel/MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c @@ -29,8 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include - -extern EFI_STATUS EfiBootManagerDispatchDeferredImages(VOID); +#include GLOBAL_REMOVE_IF_UNREFERENCED EFI_BOOT_MODE gBootMode; -- cgit v1.2.3