Commit e77ccb65 authored by Florian La Roche's avatar Florian La Roche
Browse files

rpi3: mark one more function as static


Signed-off-by: default avatarFlorian La Roche <Florian.LaRoche@gmail.com>
parent 92e86235
......@@ -140,7 +140,7 @@ static int rpi3_pwr_domain_on(u_register_t mpidr)
* being turned off earlier. The target_state encodes the low power state that
* each level has woken up from.
******************************************************************************/
void rpi3_pwr_domain_on_finish(const psci_power_state_t *target_state)
static void rpi3_pwr_domain_on_finish(const psci_power_state_t *target_state)
{
assert(target_state->pwr_domain_state[MPIDR_AFFLVL0] ==
PLAT_LOCAL_STATE_OFF);
......
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