summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/smp.h
diff options
context:
space:
mode:
authorchenhui zhao <chenhui.zhao@freescale.com>2015-11-20 10:14:00 +0100
committerScott Wood <oss@buserror.net>2016-03-05 06:53:11 +0100
commit56f1ba280719469bffc870b6b2d935f3a3019ea4 (patch)
tree92562692750c084169659406f6efed81647c2b81 /arch/powerpc/platforms/85xx/smp.h
parentpowerpc/rcpm: add RCPM driver (diff)
downloadlinux-56f1ba280719469bffc870b6b2d935f3a3019ea4.tar.xz
linux-56f1ba280719469bffc870b6b2d935f3a3019ea4.zip
powerpc/mpc85xx: refactor the PM operations
Freescale CoreNet-based and Non-CoreNet-based platforms require different PM operations. This patch extracted existing PM operations on Non-CoreNet-based platforms to a new file which can accommodate both platforms. In this way, PM operation codes are clearer structurally. Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com> Signed-off-by: Tang Yuantian <Yuantian.Tang@feescale.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/85xx/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/smp.h b/arch/powerpc/platforms/85xx/smp.h
index e2b44933ff19..0b20ae315c53 100644
--- a/arch/powerpc/platforms/85xx/smp.h
+++ b/arch/powerpc/platforms/85xx/smp.h
@@ -5,6 +5,7 @@
#ifdef CONFIG_SMP
void __init mpc85xx_smp_init(void);
+int __init mpc85xx_setup_pmc(void);
#else
static inline void mpc85xx_smp_init(void)
{