diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 20:20:27 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 21:10:50 +0200 |
commit | 9089d7b8cecfce7cff6baa69a2e7fd2094565eef (patch) | |
tree | acaf384eef95c8b3ce9741ab34adaf8c3b573097 /arch/arm/plat-samsung/Makefile | |
parent | 31dc1c23769bb5f491f40d60fc1b6f2a0709a44d (diff) | |
download | linux-9089d7b8cecfce7cff6baa69a2e7fd2094565eef.tar.gz linux-9089d7b8cecfce7cff6baa69a2e7fd2094565eef.tar.bz2 linux-9089d7b8cecfce7cff6baa69a2e7fd2094565eef.zip |
ARM: samsung: don't build plat/pm-common for Exynos
This file has not had any callers since linux-4.7, so
stop building it.
Fixes: 5901f4c279f7 ("ARM: EXYNOS: Remove SROM related register settings from mach-exynos")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-10-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index ce339a96fbf7..d8a80fbcebb3 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -25,7 +25,6 @@ obj-$(CONFIG_GPIO_SAMSUNG) += gpio-samsung.o # PM support obj-$(CONFIG_PM_SLEEP) += pm-common.o -obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm-common.o obj-$(CONFIG_SAMSUNG_PM) += pm.o obj-$(CONFIG_SAMSUNG_PM_GPIO) += pm-gpio.o obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o |