commit | e549c2b54dd90a056d6824b885d438b7437874f0 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Jun 19 16:58:19 2009 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Fri Jun 19 16:58:19 2009 +0200 |
tree | 45da005101a1587c18b41f4ad572458e08b95099 | |
parent | 1e40ac12dab22d98d0178e87364cf4e36862809c [diff] |
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>