diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-27 17:09:06 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-27 17:09:06 +0000 |
commit | d1dfae617ad190e3c0f177c17f1913bf5ee8bc9e (patch) | |
tree | 2e55165edbdc3686c7a4a162f2284d04e6543cdc | |
parent | 80a6122f186bf487cbf81db26a962f5034eea695 (diff) | |
download | edk2-d1dfae617ad190e3c0f177c17f1913bf5ee8bc9e.tar.gz edk2-d1dfae617ad190e3c0f177c17f1913bf5ee8bc9e.tar.bz2 edk2-d1dfae617ad190e3c0f177c17f1913bf5ee8bc9e.zip |
ArmPlatformPkg/EblCmdLib: drop bogus ArmGlobalVariableHob.h include
EblCmdLib does not use anything that is declared by ArmGlobalVariableHob.h,
so remove the include.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19001 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ArmPlatformPkg/Library/EblCmdLib/EblCmdFdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/EblCmdLib/EblCmdFdt.c b/ArmPlatformPkg/Library/EblCmdLib/EblCmdFdt.c index 8aae7b2c4e..b0f6a72ee2 100644 --- a/ArmPlatformPkg/Library/EblCmdLib/EblCmdFdt.c +++ b/ArmPlatformPkg/Library/EblCmdLib/EblCmdFdt.c @@ -26,7 +26,6 @@ #include <Protocol/DevicePathFromText.h>
-#include <Guid/ArmGlobalVariableHob.h>
#include <Guid/Fdt.h>
#include <libfdt.h>
|