Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755009Ab0L3SGu (ORCPT ); Thu, 30 Dec 2010 13:06:50 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:35317 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754861Ab0L3SGt convert rfc822-to-8bit (ORCPT ); Thu, 30 Dec 2010 13:06:49 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Pq3T30IDVD1WRYauZZmEh1JTKQ8VVfZkcCB9vIL/71CrJ18abrgHNuNcw4X3fl9ihf JId4j+GiMlGBAWiysXuggU5lQllLUGhDWFsaC4gs3ZJ5FpGbTYGdmiRY/A6xO+CoGHdu BEDvq26cKwrII1L70LPMzuwPqHdmTMEY+VTVA= MIME-Version: 1.0 In-Reply-To: <20101230105130.5d27a82b.sfr@canb.auug.org.au> References: <20101229125129.d48fb6fc.sfr@canb.auug.org.au> <20101229023457.GA4206@core.coreip.homeip.net> <20101230105130.5d27a82b.sfr@canb.auug.org.au> Date: Thu, 30 Dec 2010 10:06:46 -0800 Message-ID: Subject: Re: linux-next: build failure after merge of the final tree (input tree related) From: Ping Cheng To: Stephen Rothwell Cc: Dmitry Torokhov , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1570 Lines: 43 On Wed, Dec 29, 2010 at 3:51 PM, Stephen Rothwell wrote: > Hi Dmitry, > > On Tue, 28 Dec 2010 18:34:58 -0800 Dmitry Torokhov wrote: >> >> On Wed, Dec 29, 2010 at 12:51:29PM +1100, Stephen Rothwell wrote: >> > >> > After merging the final tree, today's linux-next build (powerpc >> > allyesconfig) failed like this: >> > >> > drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup': >> > drivers/input/touchscreen/wacom_w8001.c:287: error: implicit declaration of function 'mdelay' >> > >> > Caused by commit b8fe15cb1b435928f9967d660e925fe7afb32787 ("Input: >> > wacom_w8001 - support pen or touch only devices"). ?See Rule 1 in >> > Documentation/SubmitChecklist. I do not see the error on my testing systems somehow. Does adding the following line resolve the issue? #include < include/linux/delay.h> Ping >> > I have reverted that commit for today. >> >> Thank you Stephen, I'll fix this up in my tree. > > I note that this commit has been redone in your tree (as commit > 11a862ed9f04558e222fa15a5fbd76698fed11ff) but there have been no changes > to it at all (except the commit date). > > I have reverted that commit from today's linux-next. > -- > Cheers, > Stephen Rothwell ? ? ? ? ? ? ? ? ? ?sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/ > -- 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/