summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-02-27 23:29:20 +0100
committerJiewen Yao <jiewen.yao@intel.com>2018-02-28 09:15:03 +0800
commit2a40e7f40e86843299fb4b6ebbfbda4284bec96e (patch)
tree20a882a52bd10a7c9fc1f387ac1990b038aae5b3
parent534c4ad39c9a8693ea69989fee98e0e99a23433b (diff)
downloadedk2-platforms-2a40e7f40e86843299fb4b6ebbfbda4284bec96e.tar.xz
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 <Marvin.Haeuser@outlook.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--Platform/Intel/MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c3
1 files changed, 1 insertions, 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 <Library/HobLib.h>
#include <Protocol/UsbIo.h>
-
-extern EFI_STATUS EfiBootManagerDispatchDeferredImages(VOID);
+#include <Library/UefiBootManagerLib.h>
GLOBAL_REMOVE_IF_UNREFERENCED EFI_BOOT_MODE gBootMode;