summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMark Brown2011-12-15 07:52:37 +0100
committerMark Brown2011-12-15 07:52:37 +0100
commit3c8bedb7e42dacc141b1c42b01d9c309dc4ac462 (patch)
treea7ac64613e7e72aaac4547d0c35ad86e352274fd /include/linux/mfd
parentMerge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
downloadkernel-qcow2-linux-3c8bedb7e42dacc141b1c42b01d9c309dc4ac462.tar.gz
kernel-qcow2-linux-3c8bedb7e42dacc141b1c42b01d9c309dc4ac462.tar.xz
kernel-qcow2-linux-3c8bedb7e42dacc141b1c42b01d9c309dc4ac462.zip
mfd: Declare da9052_regmap_config for the bus drivers
Fixes build failures. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/da9052/da9052.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h
index c8899ab20549..5702d1be13b4 100644
--- a/include/linux/mfd/da9052/da9052.h
+++ b/include/linux/mfd/da9052/da9052.h
@@ -126,4 +126,6 @@ static inline int da9052_reg_update(struct da9052 *da9052, unsigned char reg,
int da9052_device_init(struct da9052 *da9052, u8 chip_id);
void da9052_device_exit(struct da9052 *da9052);
+extern struct regmap_config da9052_regmap_config;
+
#endif /* __MFD_DA9052_DA9052_H */