i2c: Kill the redundant client list
authorJean Delvare <khali@linux-fr.org>
Fri, 19 Jun 2009 14:58:19 +0000 (16:58 +0200)
committerJean Delvare <khali@linux-fr.org>
Fri, 19 Jun 2009 14:58:19 +0000 (16:58 +0200)
commite549c2b54dd90a056d6824b885d438b7437874f0
tree45da005101a1587c18b41f4ad572458e08b95099
parent1e40ac12dab22d98d0178e87364cf4e36862809c
i2c: Kill the redundant client list

We used to maintain our own per-adapter list of i2c clients, but this
is redundant with what the driver core does, and no longer needed.
Just drop the redundant list.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
drivers/i2c/i2c-core.c
include/linux/i2c.h