From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751694Ab1ABIqq (ORCPT ); Sun, 2 Jan 2011 03:46:46 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:50252 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398Ab1ABIqm (ORCPT ); Sun, 2 Jan 2011 03:46:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=osbli3pVuc25P4EwD9RW8wWGW01zVpmRr7zBrZEPapzUX78soEZf81orgM4x9dLNqx 5qe7gd6IxNS/2GSQr2C7BWW2y80hiLghRGusElwiIpN7mt5AXo4XhwLWotBLmYUAaN0B Ym0ni4YWTIyebWQmO0cZx/LSGm93vRC0vZjFE= Date: Sun, 2 Jan 2011 00:05:30 -0800 From: Dmitry Torokhov To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ping Cheng Subject: Re: linux-next: build failure after merge of the final tree (input tree related) Message-ID: <20110102080530.GC5429@core.coreip.homeip.net> References: <20101229125129.d48fb6fc.sfr@canb.auug.org.au> <20101229023457.GA4206@core.coreip.homeip.net> <20101230105130.5d27a82b.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101230105130.5d27a82b.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 30, 2010 at 10:51:30AM +1100, 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 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). > Gah, I forgot to do 'git add' before doing 'git commit --amend', should be better now. -- Dmitry