i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbus
authorPhil Reid <preid@electromag.com.au>
Thu, 24 Aug 2017 09:31:02 +0000 (17:31 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 28 Oct 2017 21:42:36 +0000 (23:42 +0200)
commit3c0a60bee1d157d4ed9ae6a9727d508158d002c7
tree6c56f9a346a7092bdcdbc90c135001a6cc675b74
parent9b9f2b8bc2ac98d91da714660c53d1cdac999e09
i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbus

In preparation to adding of_i2c_setup_smbus_alert() move
i2c_setup_smbus_alert() to core module. of_i2c_setup_smbus_alert()
will call i2c_setup_smbus_alert() and this avoid module dependecy issues.

Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core-smbus.c
drivers/i2c/i2c-smbus.c