Re: [PATCH 1/2] marvell-cam: Build fix: mcam->platform assignment

2012-04-26 Thread Chris Ball
Hi, On Thu, Apr 26 2012, Jonathan Corbet wrote: > On Thu, 26 Apr 2012 16:07:25 -0400 > Chris Ball wrote: > >> It seems that this driver has never been buildable upstream, because it >> was merged with this line included: >> >>mcam->platform = MHP

Re: [PATCH] marvell-cam: fix an ARM build error

2012-04-26 Thread Chris Ball
am->plat_power_down = mmpcam_power_down; > mcam->dev = &pdev->dev; Tested-by: Chris Ball Thanks! - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/2] marvell-cam: Build fix: missing "select VIDEOBUF2_VMALLOC"

2012-04-26 Thread Chris Ball
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 Cc: Jonathan Corbet Cc: stable --- drivers/media/video/marvell-ccic/Kconfig |1 + 1 files

[PATCH 1/2] marvell-cam: Build fix: mcam->platform assignment

2012-04-26 Thread Chris Ball
27; drivers/media/video/marvell-ccic/mmp-driver.c:184:19: error: 'MHP_Armada610' undeclared (first use in this function) Since neither the ->platform member nor MHP_Armada610 are defined, this patch removes the entire line. Signed-off-by: Chris Ball Cc: Jonathan Corbet Cc: stable