aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-06-19 10:58:17 -0400
committerJean Delvare <khali@linux-fr.org>2009-06-19 10:58:17 -0400
commit352da9820e5506e3b8496e6052a2ad9c488efae8 (patch)
tree61be08b52612e52aa8ecc3bfc3a6adb1e36f3f57 /Documentation/feature-removal-schedule.txt
parent0732f87761dbe417cb6e084b712d07e879e876ef (diff)
i2c: Kill client_register and client_unregister methods
These methods were useful in the legacy binding model but no longer in the new (standard) binding model. There are no users left so we can drop them. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 8d07ed31207e..9163dade0706 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -368,8 +368,7 @@ Who: Krzysztof Piotr Oledzki <ole@ans.pl>
368 368
369--------------------------- 369---------------------------
370 370
371What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client(), 371What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client()
372 i2c_adapter->client_register(), i2c_adapter->client_unregister
373When: 2.6.30 372When: 2.6.30
374Check: i2c_attach_client i2c_detach_client 373Check: i2c_attach_client i2c_detach_client
375Why: Deprecated by the new (standard) device driver binding model. Use 374Why: Deprecated by the new (standard) device driver binding model. Use