diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-11-29 14:09:31 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-11-30 13:29:11 +0300 |
commit | 2ed29e15e4b2500ae78de658a18f4482e7ac288b (patch) | |
tree | 9e7d903b2ebeb7de59f4121f8f286faa7b994792 /arch/arm/mach-shmobile/Makefile | |
parent | 445aeb081bc7131c0dcb0818f0326a8dd5a14a14 (diff) | |
download | linux-2ed29e15e4b2500ae78de658a18f4482e7ac288b.tar.xz |
ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/
The pm-rmobile driver is really a driver for the System Controller
(SYSC) found in R-Mobile SoCs. An equivalent driver for R-Car SoCs is
already located under drivers/soc/renesas/.
Hence move the pm-rmobile driver from arch/arm/mach-shmobile/ to
drivers/soc/renesas/, and rename it to rmobile-sysc.
Enable compile-testing on non-ARM and non-R-Mobile SoCs.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 5591646cb9bb..f7bf17b7abae 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -35,7 +35,6 @@ smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o platsmp-scu.o # PM objects obj-$(CONFIG_SUSPEND) += suspend.o -obj-$(CONFIG_PM_RMOBILE) += pm-rmobile.o obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o # Framework support |