From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756292AbaCZUBe (ORCPT ); Wed, 26 Mar 2014 16:01:34 -0400 Received: from merlin.infradead.org ([205.233.59.134]:41273 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755902AbaCZUBb (ORCPT ); Wed, 26 Mar 2014 16:01:31 -0400 Message-ID: <53333217.7090706@infradead.org> Date: Wed, 26 Mar 2014 13:01:27 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Stephen Rothwell , linux-next@vger.kernel.org CC: LKML , Georgi Vlaev , Brian Austin , moderated for non-subscribers Subject: Re: linux-next: Tree for Mar 26 (sound/soc/codecs/cs42l52.c) References: <20140326173539.543d4122020476c3aefc0137@canb.auug.org.au> <5332FE45.5030601@infradead.org> In-Reply-To: <5332FE45.5030601@infradead.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/26/2014 09:20 AM, Randy Dunlap wrote: > On 03/25/2014 11:35 PM, Stephen Rothwell wrote: >> Hi all, >> >> This tree still fails (more than usual) the powerpc allyesconfig build. >> >> Changes since 20140325: >> > > on x86_64: > > when CONFIG_INPUT=m and > SNC_SOC_CS42L42=y: L52 > > sound/built-in.o: In function `cs42l52_beep_set': > cs42l52.c:(.text+0xd4b01): undefined reference to `input_event' > sound/built-in.o: In function `cs42l52_probe': > cs42l52.c:(.text+0xd4beb): undefined reference to `devm_input_allocate_device' > cs42l52.c:(.text+0xd4d0c): undefined reference to `input_register_device' > sound/built-in.o: In function `wm8962_beep_set': > wm8962.c:(.text+0x116240): undefined reference to `input_event' > sound/built-in.o: In function `wm8962_probe': > wm8962.c:(.text+0x116cae): undefined reference to `devm_input_allocate_device' > wm8962.c:(.text+0x116e0e): undefined reference to `input_register_device' > > > Full randconfig file is attached. > I think that this can be fixed by modifying the Kconfig file with: depends on INPUT || INPUT=n This will restrict CS42L52 to =m if INPUT=m. -- ~Randy