On Fri, Aug 01, 2014 at 10:03:01PM +0800, Shawn Guo wrote:
On Thu, Jul 24, 2014 at 09:40:41PM +0200, Philipp Zabel wrote:
Am Donnerstag, den 24.07.2014, 22:48 +0800 schrieb Shawn Guo:
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.
I actually just noticed the same error in another place and submitted a fix for it myself before I saw this message - it'd be good to get this resolved.