commit | 997174705458d2abdbc31ba1594bf2a4503cb41a | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Jun 18 15:35:39 2013 +0530 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Jun 20 10:23:11 2013 +0200 |
tree | 1df41cf35356d6e9a7e472e7dcf60db22f074e52 | |
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>