summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel4_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_api_kernel4_tests.c')
-rw-r--r--tests/vboot_api_kernel4_tests.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/vboot_api_kernel4_tests.c b/tests/vboot_api_kernel4_tests.c
index c0a10727..80c8099a 100644
--- a/tests/vboot_api_kernel4_tests.c
+++ b/tests/vboot_api_kernel4_tests.c
@@ -18,7 +18,6 @@
#include "tlcl.h"
#include "tss_constants.h"
#include "vboot_audio.h"
-#include "vboot_common.h"
#include "vboot_kernel.h"
#include "vboot_struct.h"
#include "vboot_test.h"
@@ -68,7 +67,6 @@ static void ResetMocks(void)
commit_data_called = 0;
memset(&shared_data, 0, sizeof(shared_data));
- VbSharedDataInit(shared, sizeof(shared_data));
memset(&fwmp_buf, 0, sizeof(fwmp_buf));
fwmp_read_retval = TPM_SUCCESS;