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:

committed by
Jean Delvare

parent
e48d33193d
commit
87c6c22945
@@ -317,7 +317,6 @@ struct i2c_adapter {
|
||||
|
||||
int nr;
|
||||
struct list_head clients;
|
||||
struct list_head list;
|
||||
char name[48];
|
||||
struct completion dev_released;
|
||||
};
|
||||
|
Reference in New Issue
Block a user