mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
PSCI: use same function prototype as in header file
Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <platform.h>
|
||||
#include "psci_private.h"
|
||||
|
||||
void psci_system_off(void)
|
||||
void __dead2 psci_system_off(void)
|
||||
{
|
||||
psci_print_power_domain_map();
|
||||
|
||||
@@ -31,7 +31,7 @@ void psci_system_off(void)
|
||||
/* This function does not return. We should never get here */
|
||||
}
|
||||
|
||||
void psci_system_reset(void)
|
||||
void __dead2 psci_system_reset(void)
|
||||
{
|
||||
psci_print_power_domain_map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user