diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-03-22 17:37:36 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-03-23 12:06:04 +0100 |
commit | dfc9514794fc8d43abc305411c86530c41823a58 (patch) | |
tree | 861d616a645d5fed69a3ab67df9a49514fd628a3 /ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c | |
parent | 6212b9481d822a6765f8cd264ceb8454291948bd (diff) | |
download | edk2-platforms-dfc9514794fc8d43abc305411c86530c41823a58.tar.xz |
ArmVirtPkg/PlatformIntelBdsLib: rebase to EfiEventGroupSignal
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Quickly-acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c')
-rw-r--r-- | ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c b/ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c index c48f4767ad..402db97a80 100644 --- a/ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c +++ b/ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c @@ -20,7 +20,6 @@ #include <Guid/FileSystemVolumeLabelInfo.h>
#include <Library/PrintLib.h>
#include <Library/QemuFwCfgLib.h>
-#include <Library/UefiLib.h>
#include <Protocol/DevicePath.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleFileSystem.h>
|