diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-16 11:05:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-16 11:05:50 -0400 |
commit | 38a817965d2d624b0db68f3bf5ae783ad7f2087a (patch) | |
tree | 9f5d788a8bf6fde1a6cf7cd2edb2f725de35680e /drivers/base/regmap/internal.h | |
parent | 7f47db4006f547b1cf5800c3f548ebe269a06310 (diff) | |
parent | 065b4c587557dcd3dc8d3ff1ba2b9ecc6e0c6668 (diff) |
Merge remote-tracking branch 'regmap/topic/range' into regmap-next
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; |