linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] marvell-cam: Build fix: missing "select VIDEOBUF2_VMALLOC"
@ 2012-04-26 20:07 Chris Ball
  2012-04-27 16:03 ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Ball @ 2012-04-26 20:07 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-media

Fixes:

drivers/built-in.o: In function `mcam_v4l_open':
/drivers/media/video/marvell-ccic/mcam-core.c:1565: undefined reference to `vb2_vmalloc_memops'

Signed-off-by: Chris Ball <cjb@laptop.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: stable <stable@vger.kernel.org>
---
 drivers/media/video/marvell-ccic/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/marvell-ccic/Kconfig b/drivers/media/video/marvell-ccic/Kconfig
index bf739e3..2086b87 100644
--- a/drivers/media/video/marvell-ccic/Kconfig
+++ b/drivers/media/video/marvell-ccic/Kconfig
@@ -15,6 +15,7 @@ config VIDEO_MMP_CAMERA
 	select VIDEO_OV7670
 	select I2C_GPIO
 	select VIDEOBUF2_DMA_SG
+	select VIDEOBUF2_VMALLOC
 	---help---
 	  This is a Video4Linux2 driver for the integrated camera
 	  controller found on Marvell Armada 610 application
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

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

end of thread, other threads:[~2012-08-16 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 20:07 [PATCH 2/2] marvell-cam: Build fix: missing "select VIDEOBUF2_VMALLOC" Chris Ball
2012-04-27 16:03 ` Jonathan Corbet
2012-04-27 16:44   ` Chris Ball
2012-08-13 22:40     ` Mauro Carvalho Chehab
2012-08-16 17:11       ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).