All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: davinci_voicecodec: Fix build breakage
@ 2013-06-18 10:05 Sachin Kamat
  2013-06-18 10:05 ` [PATCH 2/2] mfd: davinci_voicecodec: Convert to use devm_* APIs Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sachin Kamat @ 2013-06-18 10:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: lee.jones, sameo, sachin.kamat

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>
---
This series is based on Samuel's mfd-next tree and is compile tested.
---
 include/linux/mfd/davinci_voicecodec.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
index 0ab6132..6b0e974 100644
--- a/include/linux/mfd/davinci_voicecodec.h
+++ b/include/linux/mfd/davinci_voicecodec.h
@@ -28,6 +28,7 @@
 #include <linux/mfd/core.h>
 
 #include <mach/edma.h>
+#include <mach/hardware.h>
 
 /*
  * Register values.
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-20  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 10:05 [PATCH 1/2] mfd: davinci_voicecodec: Fix build breakage Sachin Kamat
2013-06-18 10:05 ` [PATCH 2/2] mfd: davinci_voicecodec: Convert to use devm_* APIs Sachin Kamat
2013-06-19  7:58   ` Lee Jones
2013-06-19  9:58 ` [PATCH 1/2] mfd: davinci_voicecodec: Fix build breakage Sachin Kamat
2013-06-20  8:23 ` Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.