diff options
-rw-r--r-- | drivers/mfd/wm8400-core.c | 1 |
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) | |||
60 | { | 60 | { |
61 | return regmap_bulk_read(wm8400->regmap, reg, data, count); | 61 | return regmap_bulk_read(wm8400->regmap, reg, data, count); |
62 | } | 62 | } |
63 | EXPORT_SYMBOL_GPL(wm8400_block_read); | ||
63 | 64 | ||
64 | static int wm8400_register_codec(struct wm8400 *wm8400) | 65 | static int wm8400_register_codec(struct wm8400 *wm8400) |
65 | { | 66 | { |