i2c: sh_mobile: Remove dummy runtime PM callbacks
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Wed, 24 Oct 2018 13:51:32 +0000 (16:51 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 29 Oct 2018 18:53:38 +0000 (18:53 +0000)
commit7ce6c65b617e64d310fcf18b35e29fd4d28b9c4f
treee330704c3e45a39920721eb27a07773c8800d2c5
parenteaba68785c2d24ebf1f0d46c24e11b79cc2f94c7
i2c: sh_mobile: Remove dummy runtime PM callbacks

Platform drivers don't need dummy runtime PM callbacks that just return
success and non-NULL pm pointer in their struct device_driver in order
to have runtime PM happening. This has changed since following commits:

05aa55dddb9e ("PM / Runtime: Lenient generic runtime pm callbacks")
543f2503a956 ("PM / platform_bus: Allow runtime PM by default")
8b313a38ecff ("PM / Platform: Use generic runtime PM callbacks directly")

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-sh_mobile.c