summaryrefslogtreecommitdiffstats
path: root/IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2017-09-18 08:50:59 +0800
committerJiewen Yao <jiewen.yao@intel.com>2017-09-18 08:56:39 +0800
commit4084ccfa22dab15e2b9c3f531ba9ec18a6e08a8d (patch)
treec15e1290fe84cdbaab8b76411d1f2bd81549e899 /IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c
parentbec7a86c70398e774eb90511d7d5a370e23ad0dd (diff)
downloadedk2-4084ccfa22dab15e2b9c3f531ba9ec18a6e08a8d.tar.gz
edk2-4084ccfa22dab15e2b9c3f531ba9ec18a6e08a8d.tar.bz2
edk2-4084ccfa22dab15e2b9c3f531ba9ec18a6e08a8d.zip
IntelSiliconPkg/VTdPei: Fix Linux build error.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c')
-rw-r--r--IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c2
1 files changed, 1 insertions, 1 deletions
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"