i2c: Drop redundant i2c_adapter.list

i2c_adapter.list is superfluous, this list duplicates the one
maintained by the driver core. Drop it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
Jean Delvare 2008-01-27 18:14:48 +01:00 committed by Jean Delvare
parent e48d33193d
commit 87c6c22945
3 changed files with 10 additions and 24 deletions

View file

@ -317,7 +317,6 @@ struct i2c_adapter {
int nr;
struct list_head clients;
struct list_head list;
char name[48];
struct completion dev_released;
};