summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.h
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2018-02-06 16:41:16 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2018-02-06 18:01:14 +0000
commit09c3c69cfde1f3dcaf26799bcd04720880895fea (patch)
tree89a91d98c0f9e5cd000b18e03ee70571dd34021d /ArmPkg/Drivers/CpuDxe/CpuDxe.h
parentf72df1385e2eb030b2913b490f2efacedf39552f (diff)
downloadedk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.tar.gz
edk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.tar.bz2
edk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.zip
ArmPkg: delete references to unused guids/Pcds from CpuDxe
gEfiDebugSupportPeriodicCallbackProtocolGuid and PcdCpuDxeProduceDebugSupport are referred to from CpuDxe. Delete references from .inf and .h. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/CpuDxe.h')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h
index a0f71e69ec..70afe00a08 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h
@@ -35,7 +35,6 @@
#include <Guid/DebugImageInfoTable.h>
#include <Protocol/Cpu.h>
#include <Protocol/DebugSupport.h>
-#include <Protocol/DebugSupportPeriodicCallback.h>
#include <Protocol/LoadedImage.h>
extern BOOLEAN mIsFlushingGCD;