Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756646AbYBHX3p (ORCPT ); Fri, 8 Feb 2008 18:29:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752718AbYBHX3f (ORCPT ); Fri, 8 Feb 2008 18:29:35 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:50150 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbYBHX3f (ORCPT ); Fri, 8 Feb 2008 18:29:35 -0500 Date: Fri, 8 Feb 2008 15:28:12 -0800 From: Stephen Hemminger To: Ingo Molnar Cc: Dmitry Torokhov , Linus Torvalds , Andrew Morton , LKML Subject: Re: [git pull] Input updates for 2.6.25-rc0 Message-ID: <20080208152812.2bb14374@extreme> In-Reply-To: <20080208232536.GA15727@elte.hu> References: <200802060108.31644.dtor@insightbb.com> <20080208232536.GA15727@elte.hu> Organization: Linux Foundation X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.7; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1236 Lines: 41 On Sat, 9 Feb 2008 00:25:36 +0100 Ingo Molnar wrote: > > * Dmitry Torokhov wrote: > > > Stephen Hemminger (2): > > Input: add driver for Fujitsu application buttons > > this change broke the build on x86 in randconfig testing: > > drivers/built-in.o: In function `apanel_detach_client': > apanel.c:(.text+0x15c120): undefined reference to `__led_classdev_unregister' > drivers/built-in.o: In function `apanel_probe': > apanel.c:(.text+0x15c30f): undefined reference to `led_classdev_register' > > .config attached. > > the Kconfig dependencies seem incomplete: > > > +config INPUT_APANEL > > + tristate "Fujitsu Lifebook Application Panel buttons" > > + depends on X86 > > + select I2C_I801 > > + select INPUT_POLLDEV > > + select CHECK_SIGNATURE > > + help > > it doesnt list LEDS. > > Ingo I think someone already sent a patch to select the LEDS -- Stephen Hemminger -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/