diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-06-18 06:05:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-20 04:23:11 -0400 |
commit | 997174705458d2abdbc31ba1594bf2a4503cb41a (patch) | |
tree | 1df41cf35356d6e9a7e472e7dcf60db22f074e52 /include | |
parent | 031d3076675708aab4c5c189f39d6cd74abd80cf (diff) |
mfd: davinci_voicecodec: Fix build breakage
Include the missing header file to fix the following build error:
drivers/mfd/davinci_voicecodec.c: In function ‘davinci_vc_probe’:
drivers/mfd/davinci_voicecodec.c:86:3: error: implicit declaration of function
‘io_v2p’ [-Werror=implicit-function-declaration]
(dma_addr_t)(io_v2p(davinci_vc->base) + DAVINCI_VC_WFIFO);
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 94c53d4819c7..810aee7e53eb 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/mfd/core.h> | 28 | #include <linux/mfd/core.h> |
29 | 29 | ||
30 | #include <mach/edma.h> | 30 | #include <mach/edma.h> |
31 | #include <mach/hardware.h> | ||
31 | 32 | ||
32 | /* | 33 | /* |
33 | * Register values. | 34 | * Register values. |