Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Brown and committed by
Samuel Ortiz
ebd29c6c eee0e4b4

+1
+1
drivers/mfd/wm8400-core.c
··· 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 {