From: Sachin Kamat Date: Tue, 18 Jun 2013 10:05:39 +0000 (+0530) Subject: mfd: davinci_voicecodec: Fix build breakage X-Git-Tag: v3.11-rc1~53^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997174705458d2abdbc31ba1594bf2a4503cb41a;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed