From 83ad3819bf3632d903c544225d221b8e9849fc8e Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Thu, 5 Aug 2021 22:27:03 +0100 Subject: [PATCH] refactor(measured boot): remove unused extern Change-Id: I4fb7a79c2f31973a3cd181feaface9a42bc3246f Signed-off-by: Manish V Badarkhe --- include/drivers/measured_boot/measured_boot.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/drivers/measured_boot/measured_boot.h b/include/drivers/measured_boot/measured_boot.h index f8769ab43..05be4a941 100644 --- a/include/drivers/measured_boot/measured_boot.h +++ b/include/drivers/measured_boot/measured_boot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Arm Limited. All rights reserved. + * Copyright (c) 2020-2021, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -11,9 +11,6 @@ #include -/* Platform specific table of image IDs, names and PCRs */ -extern const image_data_t images_data[]; - /* Functions' declarations */ void measured_boot_init(void); void measured_boot_finish(void);