aboutsummaryrefslogtreecommitdiff
path: root/include/bl2
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-12 12:36:17 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-04-13 14:01:56 +0100
commitc28b765893ed505ac62864c9d4ce67cd4f9b9fc0 (patch)
treed1daafb778fd2631dd06acb106a55f2c38f35b8b /include/bl2
parent35a3eeb6fd47d5e7c76e40de8bf04aa4cfaaec53 (diff)
downloadtrusted-firmware-a-c28b765893ed505ac62864c9d4ce67cd4f9b9fc0.tar.gz
Fix MISRA rule 8.5 in common code
Rule 8.5: An external object or function shall be declared once in one and only one file. Change-Id: I7c3d4ec7d3ba763fdb4600008ba10b4b93ecdfce Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'include/bl2')
-rw-r--r--include/bl2/bl2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index f2bd07ef46..89ff06eaed 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -7,9 +7,6 @@
#ifndef BL2_H__
#define BL2_H__
-struct entry_point_info;
-
void bl2_main(void);
-struct entry_point_info *bl2_load_images(void);
#endif /* BL2_H__ */