Commit 48bea0f3 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

rockchip: rk3328: drop double declaration of entry_point storage



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: default avatarHeiko Stuebner <heiko@sntech.de>
Change-Id: I80ae0e23d22f67109ed96f8ac059973b6de2ce87
parent 3b5b888d
...@@ -49,8 +49,6 @@ enum pmu_cores_pm_by_wfi { ...@@ -49,8 +49,6 @@ enum pmu_cores_pm_by_wfi {
extern void *pmu_cpuson_entrypoint_start; extern void *pmu_cpuson_entrypoint_start;
extern void *pmu_cpuson_entrypoint_end; 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 #define CORES_PM_DISABLE 0x0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment