summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/tod
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-07 13:38:22 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-15 19:41:13 -0600
commit4097d46b73465d1bb5f53bd42eba593fdb1d50e2 (patch)
treebd182d8e065803b67d416673d30d42c02c4e195e /src/usr/isteps/tod
parentd77319a7e204e83156e72fa482fc057a90e80868 (diff)
downloadtalos-hostboot-4097d46b73465d1bb5f53bd42eba593fdb1d50e2.tar.gz
talos-hostboot-4097d46b73465d1bb5f53bd42eba593fdb1d50e2.zip
Use proper top-level include for fapi2 target
There is a specific order of #include for fapi2 header files. The generic name (target.H) is the only one that should be used by application code. That header will include the fapi2-specific header (fapi2_target.H) and the plat-specific (plat_target.H) in the proper order. Change-Id: I7e7c3429bfccbc7e1e675a8716fc127695cad15a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71539 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/tod')
-rw-r--r--src/usr/isteps/tod/TodProc.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/tod/TodProc.C b/src/usr/isteps/tod/TodProc.C
index 51860b441..95fda161e 100644
--- a/src/usr/isteps/tod/TodProc.C
+++ b/src/usr/isteps/tod/TodProc.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -48,7 +48,7 @@
#include "TodAssert.H"
#include "TodTrace.H"
//HWPF
-#include <fapi2_target.H>
+#include <fapi2/target.H>
#include <target_types.H>
#include "TodUtils.H"
OpenPOWER on IntegriCloud