summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-08 11:44:51 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-08 11:44:51 +0000
commitc2b164fa8d2c111f4867266007295a87282c03aa (patch)
tree95ecff78573431fdee76d7e03fe27739103b456f /include
parente94de1e864d2d205e4e503b0f083c07f288b45fe (diff)
parent8ae0d7e8a918e9603748abe9b31984fc5d96abb3 (diff)
downloadlinux-3.10-c2b164fa8d2c111f4867266007295a87282c03aa.tar.gz
linux-3.10-c2b164fa8d2c111f4867266007295a87282c03aa.tar.bz2
linux-3.10-c2b164fa8d2c111f4867266007295a87282c03aa.zip
Merge branch 'topic/cache' of git://opensource.wolfsonmicro.com/regmap into for-3.3
Diffstat (limited to 'include')
-rw-r--r--include/linux/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 690276a642c..32043a9749e 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -143,5 +143,6 @@ int regmap_update_bits(struct regmap *map, unsigned int reg,
int regcache_sync(struct regmap *map);
void regcache_cache_only(struct regmap *map, bool enable);
void regcache_cache_bypass(struct regmap *map, bool enable);
+void regcache_mark_dirty(struct regmap *map);
#endif