summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/secureboot/trustedbootif.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/secureboot/trustedbootif.H b/src/include/usr/secureboot/trustedbootif.H
index 72849c2eb..66d44852e 100644
--- a/src/include/usr/secureboot/trustedbootif.H
+++ b/src/include/usr/secureboot/trustedbootif.H
@@ -322,7 +322,7 @@ namespace TRUSTEDBOOT
* @return errlHndl_t nullptr if successful or error log otherwise. Failure
* to poison a TPM will result in deconfiguring the TPM.
*/
- errlHndl_t poisonTpm(const TpmTarget* i_pTpm);
+ errlHndl_t poisonTpm(TpmTarget* i_pTpm);
/**
* @brief Poison all functional TPMs on the node. Calls poisonTpm for
OpenPOWER on IntegriCloud