summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/RuntimeDxe/Runtime.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-20 01:58:41 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-20 01:58:41 +0000
commitb010fb77c7c1fa659ea7280555f4045b898355c8 (patch)
tree81b7589d4d2ddbfe7e6b4f80e4eac4439e1efe87 /MdeModulePkg/Core/RuntimeDxe/Runtime.h
parentf20ffb9ad3f24710aa0b6bc0a5f31e40c1763bbd (diff)
downloadedk2-platforms-b010fb77c7c1fa659ea7280555f4045b898355c8.tar.xz
Revert R4300 change, Runtime driver doesn't need to covert the physical address stored in the configure tables after SetVirtualAddressMap().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4305 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/RuntimeDxe/Runtime.h')
-rw-r--r--MdeModulePkg/Core/RuntimeDxe/Runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
index f9e4f1d375..0078da2b91 100644
--- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h
+++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
@@ -25,7 +25,6 @@ Abstract:
#define _RUNTIME_H_
#include <PiDxe.h>
-#include <Guid/CapsuleInfo.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/Runtime.h>
#include <Library/BaseLib.h>