spi: s3c64xx: Change CONFIG_PM_RUNTIME to CONFIG_PM
authorYoungmin Nam <youngmin.nam@samsung.com>
Fri, 13 May 2016 06:43:52 +0000 (15:43 +0900)
committermyung-su.cha <myung-su.cha@samsung.com>
Wed, 9 May 2018 12:14:45 +0000 (21:14 +0900)
commit5ca5b81e224bafeffd69354cecaa716029aa66c0
tree639b1a7b3165173ada7e306a222766c3d537aeb6
parent591ce4004416de36ed0fcd108c6595f472227d60
spi: s3c64xx: Change CONFIG_PM_RUNTIME to CONFIG_PM

This patch chagnes CONFIG_PM_RUNTIME to CONFIG_PM in exynos SPI driver.
This patch shoud be applied to sync with below commit.

commit 464ed18ebdb6236fcff59d2a35d4d2e28668435a
PM: Eliminate CONFIG_PM_RUNTIME
Having switched over all of the users of CONFIG_PM_RUNTIME to use
CONFIG_PM directly, turn the latter into a user-selectable option
and drop the former entirely from the tree.

Change-Id: Idaf5261c150284009c8d58737c99cb16f0a61b85
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
drivers/spi/spi-s3c64xx.c