]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: designware: Fix build error when !CONFIG_PM_SLEEP
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Wed, 21 Oct 2015 07:09:17 +0000 (10:09 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 22 Oct 2015 13:14:18 +0000 (15:14 +0200)
commit319d7f05dfb148935de46f2c7544ecf1e6332161
tree0caa8e7c2a31d3a12570dc96bd9f0905327bc3e0
parent8c5ec4c7ec0b58658d0fab813b9aca420b85ebfa
i2c: designware: Fix build error when !CONFIG_PM_SLEEP

Commit ("i2c: designware: Rename platform driver probe and PM
functions") introduced "'dw_i2c_plat_prepare' undeclared here" and
"'dw_i2c_plat_complete' undeclared here" build errors when
CONFIG_PM_SLEEP is not set.

Fix this by renaming NULL defined dw_i2c_prepare and dw_i2c_complete PM
hooks to dw_i2c_plat_prepare and dw_i2c_plat_complete since this was
obviously missing from the commit.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-platdrv.c