diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-09-18 08:50:59 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-05-10 14:23:30 +0800 |
commit | 95a84049eb424931686baf281e0f5a3a40d37d5f (patch) | |
tree | 88f747338366e3f89265aa501deada2fbaa29f8a | |
parent | 6e7b7c0c5138357543a59646b3389e6d8f631943 (diff) | |
download | edk2-95a84049eb424931686baf281e0f5a3a40d37d5f.tar.gz |
IntelSiliconPkg/VTdPei: Fix Linux build error.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
(cherry picked from commit 4084ccfa22dab15e2b9c3f531ba9ec18a6e08a8d)
3 files changed, 3 insertions, 3 deletions
diff --git a/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmr.c b/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmr.c index ef08e2991f..0fe9645cb7 100644 --- a/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmr.c +++ b/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmr.c @@ -18,7 +18,7 @@ #include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <IndustryStandard/Vtd.h>
-#include <Ppi/VTdInfo.h>
+#include <Ppi/VtdInfo.h>
#include "IntelVTdPmrPei.h"
diff --git a/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c b/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c index d118b7ef26..6a19c88fbe 100644 --- a/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c +++ b/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c @@ -23,7 +23,7 @@ #include <Library/HobLib.h>
#include <IndustryStandard/Vtd.h>
#include <Ppi/IoMmu.h>
-#include <Ppi/VTdInfo.h>
+#include <Ppi/VtdInfo.h>
#include "IntelVTdPmrPei.h"
diff --git a/IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.c b/IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.c index c79398fec3..324f3ef6ba 100644 --- a/IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.c +++ b/IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.c @@ -14,7 +14,7 @@ #include <PiPei.h>
-#include <Ppi/VTdInfo.h>
+#include <Ppi/VtdInfo.h>
#include <Library/PeiServicesLib.h>
#include <Library/DebugLib.h>
|