aboutsummaryrefslogtreecommitdiff
path: root/include/bl2
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-05-14 15:13:16 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 12:15:54 +0100
commit7a9a5f2d22c4f76ae95300fe52129603d29bccc1 (patch)
treef4609307173c4dcb47c48e13a77cf86487546621 /include/bl2
parentc6bc071020baebc660fc94390b50bc240e34c0a3 (diff)
downloadtrusted-firmware-a-7a9a5f2d22c4f76ae95300fe52129603d29bccc1.tar.gz
Remove unused data declarations
Some data variables were declared but not used. These have been removed. Change-Id: I038632af3c32d88984cd25b886c43ff763269bf9
Diffstat (limited to 'include/bl2')
-rw-r--r--include/bl2/bl2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index b028faa0f8..fffe5a63b8 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -32,11 +32,6 @@
#define __BL2_H__
/******************************************
- * Data declarations
- *****************************************/
-extern unsigned long long bl2_entrypoint;
-
-/******************************************
* Forward declarations
*****************************************/
struct meminfo;