summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv210/s5pv210.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-08-06 21:20:34 +0300
committerKrzysztof Kozlowski <krzk@kernel.org>2020-08-19 22:33:11 +0300
commit423c62bfb623cb8b41afb0218bf68da56c4ab32e (patch)
tree70181c96730ed2f5edf6ce06fd8cde261f17040f /arch/arm/mach-s5pv210/s5pv210.c
parent17132da70eb766785b9b4677bacce18cc11ea442 (diff)
downloadlinux-423c62bfb623cb8b41afb0218bf68da56c4ab32e.tar.xz
ARM: s5pv210: use private pm save/restore
The pm save/restore code is fairly small, so in order to separate the s3c and s5p platforms, adding an s5p specific copy instead of sharing it is actually easier. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20200806182059.2431-17-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/s5pv210.c')
-rw-r--r--arch/arm/mach-s5pv210/s5pv210.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/s5pv210.c b/arch/arm/mach-s5pv210/s5pv210.c
index 868f9c20419d..a21ed3bb992a 100644
--- a/arch/arm/mach-s5pv210/s5pv210.c
+++ b/arch/arm/mach-s5pv210/s5pv210.c
@@ -13,8 +13,6 @@
#include <asm/mach/map.h>
#include <asm/system_misc.h>
-#include <plat/map-base.h>
-
#include "common.h"
#include "regs-clock.h"