summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2016-11-08 11:39:22 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-09-20 11:42:01 -0400
commit67e7a257a3cf0f2ed5448965cf977586b8de6e57 (patch)
tree81aa40c084f4e1f74b187619943dc2f128c2e6b7 /src/import/hwpf
parent5d61e7910d6447e433a0286299ac1b6318e800b0 (diff)
downloadtalos-hostboot-67e7a257a3cf0f2ed5448965cf977586b8de6e57.tar.gz
talos-hostboot-67e7a257a3cf0f2ed5448965cf977586b8de6e57.zip
Remove CHIPOP parameter from FAPI_CALL_SUBROUTINE
Change-Id: I4da9ec018b6b35599b3fc77eb64fe2af16cdd68f Original-Change-Id: I83924791c30d29852b2866954a5f4c15022f1ddc RTC:164311 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32383 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46382 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_subroutine_executor.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_subroutine_executor.H b/src/import/hwpf/fapi2/include/fapi2_subroutine_executor.H
index 6318902b5..7cf0ac8c1 100644
--- a/src/import/hwpf/fapi2/include/fapi2_subroutine_executor.H
+++ b/src/import/hwpf/fapi2/include/fapi2_subroutine_executor.H
@@ -34,7 +34,7 @@
#ifndef FAPI2SUBEXECUTOR_H_
#define FAPI2SUBEXECUTOR_H_
-#include <plat_sub_executor.H>
+#include <subroutine_executor.H>
/**
* @brief Subroutine Executor macro
@@ -42,7 +42,7 @@
* This macro calls a PLAT macro which will do any platform specific work to
* execute the Subroutine (e.g. dlopening a shared library)
*/
-#define FAPI_CALL_SUBROUTINE(RC, CHIPOP, FUNC, _args_...) \
- FAPI_PLAT_CALL_SUBROUTINE(RC, CHIPOP, FUNC, ##_args_)
+#define FAPI_CALL_SUBROUTINE(RC, FUNC, _args_...) \
+ FAPI_PLAT_CALL_SUBROUTINE(RC, FUNC, ##_args_)
#endif // FAPI2SUBEXECUTOR_H_
OpenPOWER on IntegriCloud