summaryrefslogtreecommitdiff
path: root/drivers/auth/auth_mod.c
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-04-01 11:25:21 +0100
committerGitHub <noreply@github.com>2019-04-01 11:25:21 +0100
commit18ff0b61bb205e01d2c4dba23f1be5fd1081c6b4 (patch)
tree2b9021e6c5debcaa07b7b561be48a9d1df882e33 /drivers/auth/auth_mod.c
parent9cadccdff382c2cfed9e5dd2f13c648f6c3f1eec (diff)
parent279faa6d5dbcc9f63ef1d5f5283119fc2452483c (diff)
Merge pull request #1886 from ambroise-arm/av/static-checks
Fix extra compilation warnings
Diffstat (limited to 'drivers/auth/auth_mod.c')
-rw-r--r--drivers/auth/auth_mod.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/auth/auth_mod.c b/drivers/auth/auth_mod.c
index 1b8ff82b..97e12203 100644
--- a/drivers/auth/auth_mod.c
+++ b/drivers/auth/auth_mod.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -30,10 +30,6 @@
#pragma weak plat_set_nv_ctr2
-/* Pointer to CoT */
-extern const auth_img_desc_t *const cot_desc_ptr;
-extern unsigned int auth_img_flags[MAX_NUMBER_IDS];
-
static int cmp_auth_param_type_desc(const auth_param_type_desc_t *a,
const auth_param_type_desc_t *b)
{