Commit ebd29c6cc0b29b4bb041441fc251e0f400eea2cf

Authored by Mark Brown
Committed by Samuel Ortiz
1 parent eee0e4b44f

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/mfd/wm8400-core.c
... ... @@ -60,6 +60,7 @@
60 60 {
61 61 return regmap_bulk_read(wm8400->regmap, reg, data, count);
62 62 }
  63 +EXPORT_SYMBOL_GPL(wm8400_block_read);
63 64  
64 65 static int wm8400_register_codec(struct wm8400 *wm8400)
65 66 {