rockchip: rk3328: drop double declaration of entry_point storage
authorHeiko Stuebner <[email protected]>
Thu, 25 Apr 2019 10:40:41 +0000 (12:40 +0200)
committerHeiko Stuebner <[email protected]>
Thu, 25 Apr 2019 11:37:56 +0000 (13:37 +0200)
The cpuson_entry_point and cpuson_flags are already declared in
plat_private.h so there is no need to have it again declared in
the local pmu.h, especially as it may cause conflicts when the
other type changes.

Signed-off-by: Heiko Stuebner <[email protected]>
Change-Id: I80ae0e23d22f67109ed96f8ac059973b6de2ce87

plat/rockchip/rk3328/drivers/pmu/pmu.h

index d98f53cb1fbdecf27916f2ff7b1298db924c6410..dfb8912c236c70971dc286acb9d1c2e943ca20a3 100644 (file)
@@ -49,8 +49,6 @@ enum pmu_cores_pm_by_wfi {
 
 extern void *pmu_cpuson_entrypoint_start;
 extern void *pmu_cpuson_entrypoint_end;
-extern uint64_t cpuson_entry_point[PLATFORM_CORE_COUNT];
-extern uint32_t cpuson_flags[PLATFORM_CORE_COUNT];
 
 #define CORES_PM_DISABLE       0x0