From: Jean Delvare Date: Sun, 20 Mar 2011 13:50:53 +0000 (+0100) Subject: i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter X-Git-Tag: v2.6.39-rc1~407^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6fc25857d293546bd400432cdb77866c797c9b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed