mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
e48d33193d
commit
87c6c22945
3 changed files with 10 additions and 24 deletions
|
@ -317,7 +317,6 @@ struct i2c_adapter {
|
|||
|
||||
int nr;
|
||||
struct list_head clients;
|
||||
struct list_head list;
|
||||
char name[48];
|
||||
struct completion dev_released;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue