summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/runtime/attn_rt.C
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/diag/attn/runtime/attn_rt.C
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/diag/attn/runtime/attn_rt.C')
-rw-r--r--src/usr/diag/attn/runtime/attn_rt.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/attn/runtime/attn_rt.C b/src/usr/diag/attn/runtime/attn_rt.C
index 4b044088b..810e79bbe 100644
--- a/src/usr/diag/attn/runtime/attn_rt.C
+++ b/src/usr/diag/attn/runtime/attn_rt.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2018 */
+/* Contributors Listed Below - COPYRIGHT 2014,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -38,7 +38,7 @@
#include <prdf/common/prdfMain_common.H>
#include <p9_io_obus_firmask_save_restore.H>
-#include <fapi2_target.H> // fapi2::Target
+#include <fapi2/target.H> // fapi2::Target
#include <fapi2/plat_hwp_invoker.H> // FAPI_INVOKE_HWP
using namespace std;
OpenPOWER on IntegriCloud