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
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
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
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