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

alpha: 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 e805845d
Branches
Tags
No related merge requests found
...@@ -43,12 +43,6 @@ ...@@ -43,12 +43,6 @@
#include "proto.h" #include "proto.h"
#include "pci_impl.h" #include "pci_impl.h"
/*
* Power off function, if any
*/
void (*pm_power_off)(void) = machine_power_off;
EXPORT_SYMBOL(pm_power_off);
#ifdef CONFIG_ALPHA_WTINT #ifdef CONFIG_ALPHA_WTINT
/* /*
* Sleep the CPU. * Sleep the CPU.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment