Skip to content
Snippets Groups Projects
Commit 475b18a3 authored by Dmitry Osipenko's avatar Dmitry Osipenko
Browse files

openrisc: Remove pm_power_off


All users of pm_power_off() have been converted to new sys-off API.
Remove deprecated pm_power_off().

Signed-off-by: default avatarDmitry Osipenko <dmitry.osipenko@collabora.com>
parent cbcfe493
No related branches found
No related tags found
No related merge requests found
...@@ -89,9 +89,6 @@ void arch_cpu_idle(void) ...@@ -89,9 +89,6 @@ void arch_cpu_idle(void)
mtspr(SPR_PMR, mfspr(SPR_PMR) | SPR_PMR_DME); mtspr(SPR_PMR, mfspr(SPR_PMR) | SPR_PMR_DME);
} }
void (*pm_power_off) (void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);
/* /*
* When a process does an "exec", machine state like FPU and debug * When a process does an "exec", machine state like FPU and debug
* registers need to be reset. This is a hook function for that. * registers need to be reset. This is a hook function for that.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment