mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
rockchip: Remove unused rockchip_pd_pwr_down_wfi function
The rockchip_pd_pwr_down_wfi function is currently unused, which may trigger compiler warnings or errors. Remove it. Change-Id: I7e1b0ae092e8855528ac2065ecefc8bd45305f31 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
@@ -391,15 +391,6 @@ static void __dead2 rockchip_system_poweroff(void)
|
||||
rockchip_soc_system_off();
|
||||
}
|
||||
|
||||
static void __dead2 rockchip_pd_pwr_down_wfi(
|
||||
const psci_power_state_t *target_state)
|
||||
{
|
||||
if (RK_SYSTEM_PWR_STATE(target_state) == PLAT_MAX_OFF_STATE)
|
||||
rockchip_soc_sys_pd_pwr_dn_wfi();
|
||||
else
|
||||
rockchip_soc_cores_pd_pwr_dn_wfi(target_state);
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* Export the platform handlers via plat_rockchip_psci_pm_ops. The rockchip
|
||||
* standard
|
||||
|
||||
Reference in New Issue
Block a user