i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter
authorJean Delvare <khali@linux-fr.org>
Sun, 20 Mar 2011 13:50:53 +0000 (14:50 +0100)
committerJean Delvare <khali@endymion.delvare>
Sun, 20 Mar 2011 13:50:53 +0000 (14:50 +0100)
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>

No differences found