aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vexpress.h
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2013-02-28 16:43:19 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2013-03-21 15:17:40 +0000
commit65deb782858128cde598ac4a9150ab7cdd29dafa (patch)
treeb16411cdfe6158f84dc28330d872347f2e5f0afc /include/linux/vexpress.h
parentarm: vexpress: Move the poweroff/restart code to drivers/power/reset (diff)
downloadwireguard-linux-65deb782858128cde598ac4a9150ab7cdd29dafa.tar.xz
wireguard-linux-65deb782858128cde598ac4a9150ab7cdd29dafa.zip
arm: vexpress: Decouple vexpress-poweroff implementation from machine_desc
This patch adds the pm_power_off and arm_pm_restart variable settings to the vexpress-poweroff.c driver to decouple it from the machine_desc definition. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'include/linux/vexpress.h')
-rw-r--r--include/linux/vexpress.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/vexpress.h b/include/linux/vexpress.h
index 75818744ab59..ea7168a68081 100644
--- a/include/linux/vexpress.h
+++ b/include/linux/vexpress.h
@@ -115,9 +115,6 @@ unsigned __vexpress_get_site(struct device *dev, struct device_node *node);
void vexpress_sysreg_early_init(void __iomem *base);
void vexpress_sysreg_of_early_init(void);
-void vexpress_power_off(void);
-void vexpress_restart(char str, const char *cmd);
-
/* Clocks */
struct clk *vexpress_osc_setup(struct device *dev);