i2c: s3c2410: Change CONFIG_PM_RUNTIME to CONFIG_PM
authorYoungmin Nam <youngmin.nam@samsung.com>
Fri, 29 Apr 2016 07:54:25 +0000 (16:54 +0900)
committermyung-su.cha <myung-su.cha@samsung.com>
Thu, 10 May 2018 04:40:56 +0000 (13:40 +0900)
commit4499b76e4664773543f64b0700d8bc6397a424bf
tree22ba87e838938d71e94a7a129f7ea3e045988885
parent6081defc19a17da1cc3db6df84f7d72cad21f2e6
i2c: s3c2410: Change CONFIG_PM_RUNTIME to CONFIG_PM

This patch chagnes CONFIG_PM_RUNTIME to CONFIG_PM in exynos normal I2C 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: I2ef02c977eeb783bb3b69d95d284e81379624023
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
drivers/i2c/busses/i2c-s3c2410.c