commit | 2713775bf570b3ccc0f68130e6f1b623c9e191b7 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Dec 05 23:32:11 2014 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Dec 05 23:32:11 2014 +0100 |
tree | e52ab7299595dad2c14d27918839a2c41c169c6b | |
parent | ee343504f603c112c84e26ca25ed094c55350ef5 [diff] |
i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.c After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so some #ifdef blocks depending on CONFIG_PM_RUNTIME may be dropped now. Do that in drivers/i2c/busses/i2c-omap.c. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Wolfram Sang <wsa@the-dreams.de>