From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751712Ab1CPGt7 (ORCPT ); Wed, 16 Mar 2011 02:49:59 -0400 Received: from cantor.suse.de ([195.135.220.2]:46140 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527Ab1CPGtx (ORCPT ); Wed, 16 Mar 2011 02:49:53 -0400 Date: Wed, 16 Mar 2011 07:49:52 +0100 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Clemens Ladisch , Stefan Richter , Jay Fenlason Subject: Re: linux-next: build failure after merge of the final tree (sound tree related) In-Reply-To: <20110316173928.6481eda5.sfr@canb.auug.org.au> References: <20110316173928.6481eda5.sfr@canb.auug.org.au> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 16 Mar 2011 17:39:28 +1100, Stephen Rothwell wrote: > > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > sound/firewire/fcp.c: In function 'fcp_avc_transaction': > sound/firewire/fcp.c:103: error: implicit declaration of function 'msleep' > > Caused by commit 31ef9134eb52 ("ALSA: add LaCie FireWire Speakers/Griffin > FireWave Surround driver"). See Rule 1 from > Documentation/SubmitChecklist. > > I have added this patch for today: > > >From d238d290ba37e4a31929e6d3f6a08c187b537628 Mon Sep 17 00:00:00 2001 > From: Stephen Rothwell > Date: Wed, 16 Mar 2011 17:35:53 +1100 > Subject: [PATCH] ALSA: msleep needs delay.h > > fixes this error: > > sound/firewire/fcp.c: In function 'fcp_avc_transaction': > sound/firewire/fcp.c:103: error: implicit declaration of function 'msleep' > > Signed-off-by: Stephen Rothwell Thanks, fixed now in sound git tree. Takashi > --- > sound/firewire/fcp.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c > index c20bd9c..ec578b5 100644 > --- a/sound/firewire/fcp.c > +++ b/sound/firewire/fcp.c > @@ -13,6 +13,7 @@ > #include > #include > #include > +#include > #include "fcp.h" > #include "lib.h" > > -- > 1.7.4.1 > > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/ >