i2c: exynos5: Change CONFIG_PM_RUNTIME to CONFIG_PM
authorYoungmin Nam <youngmin.nam@samsung.com>
Thu, 28 Apr 2016 07:16:17 +0000 (16:16 +0900)
committermyung-su.cha <myung-su.cha@samsung.com>
Wed, 9 May 2018 12:14:45 +0000 (21:14 +0900)
commit16bea57469426856dddaba62e1e70b94d8d48221
treed7a4bd9d244f2f98ddbc192d688a2da6e787258c
parent2a5e8467ef6745eb25796d4bb826406de161edd0
i2c: exynos5: Change CONFIG_PM_RUNTIME to CONFIG_PM

This patch chagnes CONFIG_PM_RUNTIME to CONFIG_PM in exynos HSI2C driver.
This patch shoud be applies 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: If7421335af17e97f4c55563604d0b2820a5020ee
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
drivers/i2c/busses/i2c-exynos5.c