From 7a9a5f2d22c4f76ae95300fe52129603d29bccc1 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Wed, 14 May 2014 15:13:16 +0100 Subject: Remove unused data declarations Some data variables were declared but not used. These have been removed. Change-Id: I038632af3c32d88984cd25b886c43ff763269bf9 --- include/bl2/bl2.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/bl2') diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h index b028faa0..fffe5a63 100644 --- a/include/bl2/bl2.h +++ b/include/bl2/bl2.h @@ -31,11 +31,6 @@ #ifndef __BL2_H__ #define __BL2_H__ -/****************************************** - * Data declarations - *****************************************/ -extern unsigned long long bl2_entrypoint; - /****************************************** * Forward declarations *****************************************/ -- cgit v1.2.3