ARM: samsung: remove s3c_pm_debug_init()
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:28 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 19:10:50 +0000 (21:10 +0200)
commit1e574a665ed11ced475d26a783becdc40614f7ac
tree72034945e68dae5457db47ccfd74165480305d9c
parent9089d7b8cecfce7cff6baa69a2e7fd2094565eef
ARM: samsung: remove s3c_pm_debug_init()

On s3c24xx and s3c64xx, this is just a wrapper around
s3c_pm_debug_init_uart(), but this function does not exist on s5pv210,
which always uses an empty stub as CONFIG_SAMSUNG_ATAGS is normally
not set.

In a configuration that supports both s5pv210 and s3c64xx, we would
always call the s3c64xx function, which is probably incorrect when
running on s5pv210.

Remove the function call completely on s5pv210 and skip the wrapper on
s3c as a cleanup.

As a side-effect, the s3c64xx behavior is now always the same, regardless
of whether it is a DT-only configuration or both DT and ATAGS are
supported for booting.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-11-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/include/mach/pm-core.h
arch/arm/mach-s3c64xx/include/mach/pm-core.h
arch/arm/mach-s5pv210/pm.c
arch/arm/plat-samsung/include/plat/pm-common.h
arch/arm/plat-samsung/pm-debug.c
arch/arm/plat-samsung/pm.c