Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755505AbcKYTtT (ORCPT ); Fri, 25 Nov 2016 14:49:19 -0500 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:32784 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754853AbcKYTtI (ORCPT ); Fri, 25 Nov 2016 14:49:08 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Fri, 25 Nov 2016 20:49:06 +0100 X-ME-IP: 109.222.248.90 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Ribeiro , Stefan Schmidt , Harald Welte , Daniel Mack , Haojian Zhuang , Thierry Reding , openezx-devel@lists.openezx.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: pxa: ezx: fix a910 camera data References: <20161124162955.3887066-1-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 25 Nov 2016 20:48:53 +0100 In-Reply-To: <20161124162955.3887066-1-arnd@arndb.de> (Arnd Bergmann's message of "Thu, 24 Nov 2016 17:29:18 +0100") Message-ID: <87inrbqr16.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 737 Lines: 23 Arnd Bergmann writes: > The camera_supply_dummy_device definition is shared between a780 and a910, > but only provided when the first is enabled and fails to build for a > configuration with only a910: > > arch/arm/mach-pxa/ezx.c:1097:3: error: 'camera_supply_dummy_device' undeclared here (not in a function) > > This moves the definition into its own section. > > Fixes: 6c1b417adc8f ("ARM: pxa: ezx: use the new pxa_camera platform_data") > Signed-off-by: Arnd Bergmann Ah yes, I'll queue that up in pxa/fixes. This also means that you have a test robot which beats my Jenkins, as mine didn't complain. Do you have a specific defconfig or is it a randconfig which reveals that ? Cheers. -- Robert