diff options
Diffstat (limited to 'drivers/base/regmap/internal.h')
-rw-r--r-- | drivers/base/regmap/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index 01fbe48e8155..c130536e0ab0 100644 --- a/drivers/base/regmap/internal.h +++ b/drivers/base/regmap/internal.h | |||
@@ -77,6 +77,7 @@ struct regmap { | |||
77 | unsigned int debugfs_tot_len; | 77 | unsigned int debugfs_tot_len; |
78 | 78 | ||
79 | struct list_head debugfs_off_cache; | 79 | struct list_head debugfs_off_cache; |
80 | struct mutex cache_lock; | ||
80 | #endif | 81 | #endif |
81 | 82 | ||
82 | unsigned int max_register; | 83 | unsigned int max_register; |