From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422Ab3HTLFo (ORCPT ); Tue, 20 Aug 2013 07:05:44 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48114 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878Ab3HTLFm (ORCPT ); Tue, 20 Aug 2013 07:05:42 -0400 Date: Tue, 20 Aug 2013 13:05:36 +0200 (CEST) From: Jiri Kosina To: Xiong Zhou Cc: Randy Dunlap , Ben Hutchings , matthew.garrett@nebula.com, platform-driver-x86@vger.kernel.org, Linux-Next , "linux-kernel@vger.kernel.org" , Stephen Rothwell , Jim Davis Subject: Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig In-Reply-To: Message-ID: References: <1371560680.3495.121.camel@deadeye.wl.decadent.org.uk> <51C07608.2070406@infradead.org> <51CC6B09.5080809@infradead.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Jul 2013, Xiong Zhou wrote: > >>>>> Fix randconfig build failure for Amilo x86 platform driver. > >>>>> AMILO_RFKILL requires SERIO_I8042 being available. > >>>>> > >>>>> amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' > >>>>> amilo-rfkill.c:(.text+0x108b69): undefined reference to `i8042_command' > >>>>> amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip' > >>>>> > >>>>> Reported-by: Jim Davis > >>>>> Signed-off-by: Xiong Zhou > >>>> > >>>> Acked-by: Ben Hutchings > >>>> > >>>> But I thought somehow sent this same fix a while back... > >>> > >>> Yes, I reported it and sent a patch for it that you acked... > >>> I guess my patch was never picked up. > >>> > >> > >> ... Better someone pick this up. > >> > > > > This build error is still occurring in linux-next (20130627). > > I first reported it and posted a patch for it on May-15 2013. > > > > Please merge either patch... > > > > Is anybody out there? > > > > > >> > >>>> > >>>> Ben. > >>>> > >>>>> --- > >>>>> drivers/platform/x86/Kconfig | 1 + > >>>>> 1 file changed, 1 insertion(+) > >>>>> > >>>>> diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > >>>>> index 8577261..37645b9 100644 > >>>>> --- a/drivers/platform/x86/Kconfig > >>>>> +++ b/drivers/platform/x86/Kconfig > >>>>> @@ -176,6 +176,7 @@ config FUJITSU_TABLET > >>>>> config AMILO_RFKILL > >>>>> tristate "Fujitsu-Siemens Amilo rfkill support" > >>>>> depends on RFKILL > >>>>> + depends on SERIO_I8042 > >>>>> ---help--- > >>>>> This is a driver for enabling wifi on some Fujitsu-Siemens Amilo > >>>>> laptops. > >>>> > >>> > >>> > >>> -- > >>> ~Randy > >> -- > > > > > > -- > > ~Randy > > > > cc Jiri Kosina Please resend the patch properly, it's not easy to dig it from the multi-depth quoted text. -- Jiri Kosina SUSE Labs