]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mfd: davinci_voicecodec: Fix build breakage
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 18 Jun 2013 10:05:39 +0000 (15:35 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 20 Jun 2013 08:23:11 +0000 (10:23 +0200)
commit997174705458d2abdbc31ba1594bf2a4503cb41a
tree1df41cf35356d6e9a7e472e7dcf60db22f074e52
parent031d3076675708aab4c5c189f39d6cd74abd80cf
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>
include/linux/mfd/davinci_voicecodec.h