i2c: Drivers stop using the redundant client list
authorJean Delvare <khali@linux-fr.org>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
committerJean Delvare <khali@hyperion.delvare>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
commit961f80f9c0c0f7c45d7818f9c9969dfaa9e4463d
treed3ff59a63689c933a0cdf2f975b5b354eb888588
parent9b766b814d6a5f31ca1e9da1ebc08164b9352941
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>
drivers/media/video/dpc7146.c
drivers/media/video/mxb.c