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

ARM: 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 73661954
No related branches found
No related tags found
No related merge requests found
...@@ -15,12 +15,6 @@ ...@@ -15,12 +15,6 @@
typedef void (*phys_reset_t)(unsigned long, bool); typedef void (*phys_reset_t)(unsigned long, bool);
/*
* Function pointers to optional machine specific functions
*/
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
/* /*
* A temporary stack to use for CPU reset. This is static so that we * A temporary stack to use for CPU reset. This is static so that we
* don't clobber it with the identity mapping. When running with this * don't clobber it with the identity mapping. When running with this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment