summaryrefslogtreecommitdiff
path: root/firmware/lib/include/ec_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/ec_sync.h')
-rw-r--r--firmware/lib/include/ec_sync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/lib/include/ec_sync.h b/firmware/lib/include/ec_sync.h
index f95b500f..573c94cb 100644
--- a/firmware/lib/include/ec_sync.h
+++ b/firmware/lib/include/ec_sync.h
@@ -80,9 +80,8 @@ VbError_t ec_sync_phase3(struct vb2_context *ctx);
* This is a high-level function which calls the functions above.
*
* @param ctx Vboot context
- * @param cparams Vboot common params
* @return VBERROR_SUCCESS, or non-zero if error.
*/
-VbError_t ec_sync_all(struct vb2_context *ctx, struct VbCommonParams *cparams);
+VbError_t ec_sync_all(struct vb2_context *ctx);
#endif /* VBOOT_REFERENCE_EC_SYNC_H_ */