Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753098Ab0AYGqM (ORCPT ); Mon, 25 Jan 2010 01:46:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753094Ab0AYGqK (ORCPT ); Mon, 25 Jan 2010 01:46:10 -0500 Received: from mail-px0-f182.google.com ([209.85.216.182]:50981 "EHLO mail-px0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752695Ab0AYGqJ (ORCPT ); Mon, 25 Jan 2010 01:46:09 -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=I+uqkl88bUOdCsaBiLKi5saq0Ppw2hIZZA06Z5XZWE/eW235wBYjOUjTsvWwRFT60H i/T2q1ikZ8ORUlIBFD9IC1dr0k+nmyooKPu/NHRnyr/Y+0VJn1imkHRdBw/q8FuqzI5d krCuRgzwGXuUnfrkPfbofypKwbOBI5wF/oxNM= Date: Sun, 24 Jan 2010 22:46:03 -0800 From: Dmitry Torokhov To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tobias Klauser , John Linn Subject: Re: linux-next: input tree build failure Message-ID: <20100125064602.GA22833@core.coreip.homeip.net> References: <20100125165219.cd0b869d.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100125165219.cd0b869d.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 32 On Mon, Jan 25, 2010 at 04:52:19PM +1100, Stephen Rothwell wrote: > Hi Dmitry, > > Today's linux-next build (powerpc ppc44x_defconfig) failed like this: > > drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_probe': > drivers/input/serio/xilinx_ps2.c:273: error: incompatible type for argument 1 of 'resource_size' > include/linux/ioport.h:132: note: expected 'const struct resource *' but argument is of type 'struct resource' > drivers/input/serio/xilinx_ps2.c: In function 'xps2_of_remove': > drivers/input/serio/xilinx_ps2.c:347: error: incompatible type for argument 1 of 'resource_size' > include/linux/ioport.h:132: note: expected 'const struct resource *' but argument is of type 'struct resource' > > Please at least build test this stuff ... > > Caused by commit cc7bbfa322b48be82b1c86a104433d4ac349da79 ("Input: > xilinx_ps2 - use resource_size"). > > I have reverted that commit for today. > Argh, sorry about that. I adjusted the commit; John, Tobias, please verify (next branch in my tree). Thanks. -- Dmitry -- 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/