aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/davinci_voicecodec.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-10-27 08:38:08 +0000
committerLee Jones <lee.jones@linaro.org>2016-11-29 08:21:27 +0000
commit8ca9edc837932469b81b8b47ea43a074b6add970 (patch)
tree4408846bb7ae73432a73fad0df08fd95d8d1de46 /drivers/mfd/davinci_voicecodec.c
parentmfd: wm5102: Remove spurious trailing spaces (diff)
downloadlinux-dev-8ca9edc837932469b81b8b47ea43a074b6add970.tar.xz
linux-dev-8ca9edc837932469b81b8b47ea43a074b6add970.zip
mfd: davinci_voicecodec: Tidyup header difinitions
mach/hardware.h is needed on C source code side, not header. And struct davinci_vc is duplicated definition. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/davinci_voicecodec.c')
-rw-r--r--drivers/mfd/davinci_voicecodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c
index dff2f19296b8..4d0a5f38038a 100644
--- a/drivers/mfd/davinci_voicecodec.c
+++ b/drivers/mfd/davinci_voicecodec.c
@@ -32,6 +32,7 @@
#include <sound/pcm.h>
#include <linux/mfd/davinci_voicecodec.h>
+#include <mach/hardware.h>
static const struct regmap_config davinci_vc_regmap = {
.reg_bits = 32,