mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 17:59:18 +07:00
arm64: Fix definition of arm_pm_restart to match the declaration
Commit ff70130
(arm64: use common reboot infrastructure) converted the
arm_pm_restart declaration to the new reboot infrastructure but missed
the actual definition.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
82b2f495fb
commit
b0946fc846
@ -81,7 +81,7 @@ void soft_restart(unsigned long addr)
|
|||||||
void (*pm_power_off)(void);
|
void (*pm_power_off)(void);
|
||||||
EXPORT_SYMBOL_GPL(pm_power_off);
|
EXPORT_SYMBOL_GPL(pm_power_off);
|
||||||
|
|
||||||
void (*arm_pm_restart)(char str, const char *cmd);
|
void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
||||||
EXPORT_SYMBOL_GPL(arm_pm_restart);
|
EXPORT_SYMBOL_GPL(arm_pm_restart);
|
||||||
|
|
||||||
void arch_cpu_idle_prepare(void)
|
void arch_cpu_idle_prepare(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user