diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 78a305bed8eb..5fa7e180501d 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -317,7 +317,6 @@ struct i2c_adapter { | |||
317 | 317 | ||
318 | int nr; | 318 | int nr; |
319 | struct list_head clients; | 319 | struct list_head clients; |
320 | struct list_head list; | ||
321 | char name[48]; | 320 | char name[48]; |
322 | struct completion dev_released; | 321 | struct completion dev_released; |
323 | }; | 322 | }; |