ARM platforms: Remove some duplicate declarations
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Jul 2018 12:37:54 +0000 (14:37 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Jul 2018 15:33:29 +0000 (17:33 +0200)
commited8c3743ef8c2c929e1a3ecf6275b6f9eba2c4e1
treef5439d27e33037f7fa324fd80ad262631fa608b5
parent6c77e7491563979a3a0ba5eb8b8c6a073cb5c2cb
ARM platforms: Remove some duplicate declarations

The plat_arm_mmap variable is already declared in plat_arm.h, which is
included from plat/arm/common/arm_common.c.

Similarly, plat_arm.h declares the 'plat_arm_psci_pm_ops' variable, which
does not need to be declared again in plat/arm/common/arm_pm.c.

The duplication was not compliant with MISRA rule 8.5.

Change-Id: Icc42547cc025023226b1078a7ec4f06d093364b7
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
plat/arm/common/arm_common.c
plat/arm/common/arm_pm.c