From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarod Wilson Subject: Re: linux-next: build failure after merge of the Linus' tree Date: Fri, 25 Mar 2011 09:56:09 -0400 Message-ID: <20110325135609.GB28606@redhat.com> References: <20110325123535.f980dfe8.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752429Ab1CYN4s (ORCPT ); Fri, 25 Mar 2011 09:56:48 -0400 Content-Disposition: inline In-Reply-To: <20110325123535.f980dfe8.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Linus , Andrew Morton , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Akinobu Mita , Mauro Carvalho Chehab , "Juan J. Garcia de Soria" On Fri, Mar 25, 2011 at 12:35:35PM +1100, Stephen Rothwell wrote: > Hi all, > > In Linus' tree, today's linux-next build (x86_64 allmodconfig) failed > like this: > > drivers/media/rc/ite-cir.c: In function 'ite_decode_bytes': > drivers/media/rc/ite-cir.c:190: error: implicit declaration of function 'generic_find_next_le_bit' > drivers/media/rc/ite-cir.c:199: error: implicit declaration of function 'generic_find_next_zero_le_bit' > > Caused by commit 620a32bba4a2 ("[media] rc: New rc-based ite-cir driver > for several ITE CIRs") interacting with commit c4945b9ed472 > ("asm-generic: rename generic little-endian bitops functions"). > > I applied the patch below for today. > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > > From: Stephen Rothwell > Date: Fri, 25 Mar 2011 12:30:05 +1100 > Subject: [PATCH] [media] rc: update for bitop name changes Thanks Stephen, obviously the correct thing to do here. Acked-by: Jarod Wilson -- Jarod Wilson jarod@redhat.com