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

hexagon: 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 48a8a67c
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,3 @@ void machine_halt(void) ...@@ -19,6 +19,3 @@ void machine_halt(void)
void machine_restart(char *cmd) void machine_restart(char *cmd)
{ {
} }
void (*pm_power_off)(void) = NULL;
EXPORT_SYMBOL(pm_power_off);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment