From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: linux-next: build failure after merge of the xen-two tree Date: Thu, 10 Feb 2011 10:22:43 -0500 Message-ID: <20110210152243.GA12087@dumpdata.com> References: <20110210154648.8b3b994e.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:40012 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754068Ab1BJPXV (ORCPT >); Thu, 10 Feb 2011 10:23:21 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, Feb 10, 2011 at 01:24:58PM +0100, Thomas Gleixner wrote: > On Thu, 10 Feb 2011, Stephen Rothwell wrote: > > > Hi Konrad, > > > > After merging the xen-two tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/gpio/langwell_gpio.c: In function 'lnw_irq_handler': > > drivers/gpio/langwell_gpio.c:210: error: 'struct irq_desc' has no member named 'chip' > > drivers/gpio/langwell_gpio.c:211: error: 'struct irq_desc' has no member named 'chip' > > > > Caused by commit e22ff7614860bc282ba1eb25440d8fc56975e357 ("xen: > > Interrupt cleanups"). > > Argh, it selects: > > + select GENERIC_HARDIRQS_NO_DEPRECATED > > Konrad, I merily asked you to test XEN with that flag set, not to > apply the change. Whoops. Looks that I forgot to back out the change after I tested it. It is gone now.