summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-14 10:13:16 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2012-05-20 17:27:05 +0200
commitebd29c6cc0b29b4bb041441fc251e0f400eea2cf (patch)
tree124f12d471e123e9a9604701b1967037a377b774 /drivers/mfd
parenteee0e4b44f855f4a34c77137cb64d08c9fb484e9 (diff)
downloadlinux-ebd29c6cc0b29b4bb041441fc251e0f400eea2cf.tar.gz
linux-ebd29c6cc0b29b4bb041441fc251e0f400eea2cf.tar.xz
linux-ebd29c6cc0b29b4bb041441fc251e0f400eea2cf.zip
mfd: Export wm8400_block_read()
Used by the regulator driver. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/wm8400-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c
index 9083b775e2b6..4b7d378551d5 100644
--- a/drivers/mfd/wm8400-core.c
+++ b/drivers/mfd/wm8400-core.c
@@ -60,6 +60,7 @@ int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data)
{
return regmap_bulk_read(wm8400->regmap, reg, data, count);
}
+EXPORT_SYMBOL_GPL(wm8400_block_read);
static int wm8400_register_codec(struct wm8400 *wm8400)
{