commit | fe6fc25857d293546bd400432cdb77866c797c9b | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Mar 20 14:50:53 2011 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Sun Mar 20 14:50:53 2011 +0100 |
tree | 58fcbe3a5bc3b7ba518c22c544025132cc95ad8d | |
parent | 9ea3e941d161f41f920462c50e9b651cc00eccc7 [diff] |
i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter The last legitimate user of i2c_driver.attach_adapter and .detach_adapter is gone, so we can finally deprecate these callbacks. The last few drivers which still use these will have to be updated to make use of standard I2C device instantiation ways instead. Signed-off-by: Jean Delvare <khali@linux-fr.org>