aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/pmsu.h
diff options
context:
space:
mode:
authorGregory CLEMENT2014-07-23 15:00:42 +0200
committerJason Cooper2014-07-24 11:46:13 +0000
commit898ef3e9bfc7f5c94a1e67d0a540e224e2496909 (patch)
tree546715f351e1d1e293301f2352940b2923f34565 /arch/arm/mach-mvebu/pmsu.h
parent305969fb629284bcd35065911179a79f41954b9a (diff)
ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.c
Most of the function related to the PMSU are not specific to the Armada 370 or Armada XP SoCs. They can also be used for most of the other mvebu ARMv7 SoCs, and will actually be used to support cpuidle on Armada 38x. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1406120453-29291-6-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/pmsu.h')
-rw-r--r--arch/arm/mach-mvebu/pmsu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/pmsu.h b/arch/arm/mach-mvebu/pmsu.h
index ae501948ec73..6b58c1fe2b0d 100644
--- a/arch/arm/mach-mvebu/pmsu.h
+++ b/arch/arm/mach-mvebu/pmsu.h
@@ -16,4 +16,6 @@ int mvebu_setup_boot_addr_wa(unsigned int crypto_eng_target,
unsigned int crypto_eng_attribute,
phys_addr_t resume_addr_reg);
+void mvebu_v7_pmsu_idle_exit(void);
+
#endif /* __MACH_370_XP_PMSU_H */