summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_api_kernel_tests.c')
-rw-r--r--tests/vboot_api_kernel_tests.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/vboot_api_kernel_tests.c b/tests/vboot_api_kernel_tests.c
index 9435fa10..8c04814e 100644
--- a/tests/vboot_api_kernel_tests.c
+++ b/tests/vboot_api_kernel_tests.c
@@ -15,7 +15,7 @@
#include "test_common.h"
#include "utility.h"
#include "vboot_api.h"
-
+#include "vboot_kernel.h"
#define MAX_TEST_DISKS 10
#define DEFAULT_COUNT -1
@@ -286,10 +286,6 @@ int VbNvSet(VbNvContext *context, VbNvParam param, uint32_t value)
/****************************************************************************/
-/* This is not declared in any headers, so declare it here. */
-uint32_t VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p,
- uint32_t get_info_flags);
-
static void VbTryLoadKernelTest(void)
{
int i;