commit | 961f80f9c0c0f7c45d7818f9c9969dfaa9e4463d | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 27 18:14:51 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:51 2008 +0100 |
tree | d3ff59a63689c933a0cdf2f975b5b354eb888588 | |
parent | 9b766b814d6a5f31ca1e9da1ebc08164b9352941 [diff] |
i2c: Drivers stop using the redundant client list The redundant i2c client list maintained by i2c-core is going away soon, so drivers should stop using it now. Instead, they can use the standard iterator provided by the device driver model (device_for_each_child). Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <david-b@pacbell.net> Cc: Michael Hunold <michael@mihu.de>