summaryrefslogtreecommitdiff
path: root/tests/vboot_legacy_clamshell_beep_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_legacy_clamshell_beep_tests.c')
-rw-r--r--tests/vboot_legacy_clamshell_beep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vboot_legacy_clamshell_beep_tests.c b/tests/vboot_legacy_clamshell_beep_tests.c
index 5edd3d19..a8c00d78 100644
--- a/tests/vboot_legacy_clamshell_beep_tests.c
+++ b/tests/vboot_legacy_clamshell_beep_tests.c
@@ -143,7 +143,7 @@ struct vb2_gbb_header *vb2_get_gbb(struct vb2_context *c)
return &gbb;
}
-vb2_error_t vb2_commit_data(struct vb2_context *c)
+vb2_error_t vb2ex_commit_data(struct vb2_context *c)
{
return VB2_SUCCESS;
}