diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2011-09-29 05:39:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-29 06:19:45 -0400 |
commit | 4d2dc09538561eb8823c3c0072e6f5b868a5abe1 (patch) | |
tree | 2ff1ea9d4fd2180caebe80e95ed051e506b38436 /drivers/base/regmap/internal.h | |
parent | 2cd148f1599a425f0f3ac6753da96a1a1aa3ce76 (diff) |
regmap: Make _regmap_write() global
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/base/regmap/internal.h')
-rw-r--r-- | drivers/base/regmap/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index 2d51b1b099f7..348ff02eb93e 100644 --- a/drivers/base/regmap/internal.h +++ b/drivers/base/regmap/internal.h | |||
@@ -91,6 +91,9 @@ bool regmap_readable(struct regmap *map, unsigned int reg); | |||
91 | bool regmap_volatile(struct regmap *map, unsigned int reg); | 91 | bool regmap_volatile(struct regmap *map, unsigned int reg); |
92 | bool regmap_precious(struct regmap *map, unsigned int reg); | 92 | bool regmap_precious(struct regmap *map, unsigned int reg); |
93 | 93 | ||
94 | int _regmap_write(struct regmap *map, unsigned int reg, | ||
95 | unsigned int val); | ||
96 | |||
94 | #ifdef CONFIG_DEBUG_FS | 97 | #ifdef CONFIG_DEBUG_FS |
95 | extern void regmap_debugfs_initcall(void); | 98 | extern void regmap_debugfs_initcall(void); |
96 | extern void regmap_debugfs_init(struct regmap *map); | 99 | extern void regmap_debugfs_init(struct regmap *map); |