diff options
author | Gaku Inami <gaku.inami.xw@bp.renesas.com> | 2015-03-16 08:48:43 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-03-17 02:05:13 +0300 |
commit | a8caad66904a7923c05fc4a137110085533ef00c (patch) | |
tree | 1ae9e73c55db36c2a62118eee8fe1069a8d1ceb5 /arch/arm/mach-shmobile/r8a7791.h | |
parent | 78420b5dca18f2034f18925f5608cda2c960c3f3 (diff) | |
download | linux-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/r8a7791.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7791.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7791.h b/arch/arm/mach-shmobile/r8a7791.h index 6cf11eb69d10..7ca0b7d0f59b 100644 --- a/arch/arm/mach-shmobile/r8a7791.h +++ b/arch/arm/mach-shmobile/r8a7791.h @@ -1,7 +1,6 @@ #ifndef __ASM_R8A7791_H__ #define __ASM_R8A7791_H__ -void r8a7791_pm_init(void); extern struct smp_operations r8a7791_smp_ops; #endif /* __ASM_R8A7791_H__ */ |