diff options
author | Anton Vorontsov <anton@enomsg.org> | 2013-03-31 02:47:40 +0400 |
---|---|---|
committer | Anton Vorontsov <anton@enomsg.org> | 2013-03-31 02:47:40 +0400 |
commit | 18bc4e79fdff1baa82d57ef364590fcdcc0a2612 (patch) | |
tree | 6d1a086f78d4c39fbb74057b2fd13890d1a8f900 /include | |
parent | 6e997bb894beef128fcfe1679e0830f97dee6dc2 (diff) | |
parent | 65deb782858128cde598ac4a9150ab7cdd29dafa (diff) | |
download | linux-18bc4e79fdff1baa82d57ef364590fcdcc0a2612.tar.xz |
Merge branch 'vexpress' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
From Catalin Marinas <catalin.marinas@arm.com>:
"... move the vexpress poweroff/restart code from arch/arm to
driver/power/reset so that the code can be reused in arm64."
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/vexpress.h | 3 |
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); |