Am Freitag, den 01.08.2014, 22:03 +0800 schrieb Shawn Guo:
On Thu, Jul 24, 2014 at 09:40:41PM +0200, Philipp Zabel wrote:
Hi,
Am Donnerstag, den 24.07.2014, 22:48 +0800 schrieb Shawn Guo:
Hi Philipp,
On Thu, Jul 24, 2014 at 03:31:21AM -0700, Olof's autobuilder wrote:
Here are the build results from automated periodic testing.
[...]
arm.imx_v4_v5_defconfig: drivers/media/platform/coda.c:3782:2: error: implicit declaration of function 'devm_reset_control_get' [-Werror=implicit-function-declaration]
It seems the error is caused by your commit 8f45284c4ed7 ([media] coda: add reset control support). Can you please check?
On i.MX27 there is no reason to expect CONFIG_RESET_CONTROLLER to be enabled, so I should have used devm_reset_control_get_optional. Here is a fix:
Has this fix been submitted or queued on media tree? The error is still seen on the latest next-20140801.
Mauro applied the fix to the media tree on friday: ee27aa901805 "[media] coda: fix build error by making reset control optional"
regards Philipp