diff options
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 5bf0f4beea31..798bad8741e4 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -368,6 +368,7 @@ struct i2c_adapter { | |||
368 | char name[48]; | 368 | char name[48]; |
369 | struct completion dev_released; | 369 | struct completion dev_released; |
370 | 370 | ||
371 | struct mutex userspace_clients_lock; | ||
371 | struct list_head userspace_clients; | 372 | struct list_head userspace_clients; |
372 | }; | 373 | }; |
373 | #define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev) | 374 | #define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev) |