summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/rcar-gen2.h
diff options
context:
space:
mode:
authorGaku Inami <gaku.inami.xw@bp.renesas.com>2015-03-16 05:48:43 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2015-03-16 23:05:13 (GMT)
commita8caad66904a7923c05fc4a137110085533ef00c (patch)
tree1ae9e73c55db36c2a62118eee8fe1069a8d1ceb5 /arch/arm/mach-shmobile/rcar-gen2.h
parent78420b5dca18f2034f18925f5608cda2c960c3f3 (diff)
downloadlinux-a8caad66904a7923c05fc4a137110085533ef00c.tar.xz
ARM: shmobile: Consolidate the pm code for R-Car Gen2
The pm code for R-Car Gen2 is scatterd in each SoC. These files (pm-r8a7790.c/pm-r8a7791.c) have some overlap code. This change consolidate the pm code for R-Car Gen2 into one. Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/rcar-gen2.h')
-rw-r--r--arch/arm/mach-shmobile/rcar-gen2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/rcar-gen2.h b/arch/arm/mach-shmobile/rcar-gen2.h
index ce53cb5..8a66b4a 100644
--- a/arch/arm/mach-shmobile/rcar-gen2.h
+++ b/arch/arm/mach-shmobile/rcar-gen2.h
@@ -5,5 +5,6 @@ void rcar_gen2_timer_init(void);
#define MD(nr) BIT(nr)
u32 rcar_gen2_read_mode_pins(void);
void rcar_gen2_reserve(void);
+void rcar_gen2_pm_init(void);
#endif /* __ASM_RCAR_GEN2_H__ */