diff options
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c index 0abe1b27d9..3ad6b57232 100644 --- a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c +++ b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c @@ -23,11 +23,9 @@ Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved #include <Guid/SetupVariable.h>
#include <SetupMode.h>
+#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
-EFI_BOOT_SERVICES *gBS;
-
-
PLATFORM_GOP_POLICY_PROTOCOL mPlatformGOPPolicy;
//
|