Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
e77ccb65
Commit
e77ccb65
authored
Jan 28, 2019
by
Florian La Roche
Browse files
rpi3: mark one more function as static
Signed-off-by:
Florian La Roche
<
Florian.LaRoche@gmail.com
>
parent
92e86235
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/rpi3/rpi3_pm.c
View file @
e77ccb65
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment