]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0242515d1d60f3badb4b7eaf5d296cdb76e70c3a
tree6c56f9a346a7092bdcdbc90c135001a6cc675b74
parentf4dbd7d9632b66f61be09bc49de12d6365abaadc
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