soc: s3c: remove pm-debug hack
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Sep 2022 14:19:56 +0000 (16:19 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 16 Jan 2023 08:26:06 +0000 (09:26 +0100)
commit2e3ee090cdb5d70185a45cd29a7997b123e24902
tree96dcf58e1d47b08d507a3e49fa731f64064b4295
parentc9dcd56feb820d50d1bbd52c135caa4e628e4762
soc: s3c: remove pm-debug hack

CONFIG_SAMSUNG_PM_DEBUG was only used on s3c24xx because of the
DEBUG_S3C24XX_UART dependency. Since s3c24xx is now gone, and nobody
ever noticed this option being missing from s3c64xx, it can be safely
removed as well.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/samsung/Kconfig
drivers/soc/samsung/Makefile
drivers/soc/samsung/s3c-pm-debug.c [deleted file]