summaryrefslogtreecommitdiff
path: root/MdePkg/Library/SecPeiDxeTimerLibCpu
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 08:23:28 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 08:23:28 +0000
commit802b8312a2b5dc9a6779aca879c74e5398e6f09f (patch)
tree38743ba33b0ae2eecace359656b0b799fefe96c1 /MdePkg/Library/SecPeiDxeTimerLibCpu
parent4b503a775ea623aba54199bb7db52ad05ca5f5c6 (diff)
downloadedk2-platforms-802b8312a2b5dc9a6779aca879c74e5398e6f09f.tar.xz
remove unused include file for library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5840 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/SecPeiDxeTimerLibCpu')
-rw-r--r--MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c3
-rw-r--r--MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c7
2 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
index 1fe1ff6915..b8e91accfd 100644
--- a/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
+++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
@@ -15,9 +15,6 @@
#include <Base.h>
#include <Library/TimerLib.h>
#include <Library/BaseLib.h>
-#include <Library/IoLib.h>
-#include <Library/DebugLib.h>
-#include <Library/PcdLib.h>
#include <Library/PalCallLib.h>
diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c b/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
index 98e86403bd..7319524596 100644
--- a/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
+++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
@@ -16,7 +16,6 @@
#include <Library/TimerLib.h>
#include <Library/BaseLib.h>
#include <Library/IoLib.h>
-#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
@@ -35,8 +34,6 @@ CONST UINT8 mTimerLibLocalApicDivisor[] = {
/**
Internal function to retrieve the base address of local APIC.
- Internal function to retrieve the base address of local APIC.
-
@return The base address of local APIC
**/
@@ -52,8 +49,6 @@ InternalX86GetApicBase (
/**
Internal function to return the frequency of the local APIC timer.
- Internal function to return the frequency of the local APIC timer.
-
@param ApicBase The base address of memory mapped registers of local APIC.
@return The frequency of the timer in Hz.
@@ -73,8 +68,6 @@ InternalX86GetTimerFrequency (
/**
Internal function to read the current tick counter of local APIC.
- Internal function to read the current tick counter of local APIC.
-
@param ApicBase The base address of memory mapped registers of local APIC.
@return The tick counter read.