aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/davinci_voicecodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/davinci_voicecodec.h')
-rw-r--r--include/linux/mfd/davinci_voicecodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
index 13a1ee95a233..5166935ce66d 100644
--- a/include/linux/mfd/davinci_voicecodec.h
+++ b/include/linux/mfd/davinci_voicecodec.h
@@ -30,6 +30,8 @@
#include <mach/hardware.h>
+struct regmap;
+
/*
* Register values.
*/
@@ -113,6 +115,7 @@ struct davinci_vc {
/* Memory resources */
void __iomem *base;
+ struct regmap *regmap;
/* MFD cells */
struct mfd_cell cells[DAVINCI_VC_CELLS];