From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752797Ab1IVKYD (ORCPT ); Thu, 22 Sep 2011 06:24:03 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:51843 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752710Ab1IVKYA (ORCPT ); Thu, 22 Sep 2011 06:24:00 -0400 Date: Thu, 22 Sep 2011 11:23:59 +0100 From: Mark Brown To: Stephen Rothwell Cc: Liam Girdwood , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Bas Vermeulen Subject: Re: linux-next: build failure after merge of the final tree (sound-asoc tree related) Message-ID: <20110922102358.GA5173@opensource.wolfsonmicro.com> References: <20110922184418.63db26a381abe00d73eb9c36@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110922184418.63db26a381abe00d73eb9c36@canb.auug.org.au> X-Cookie: You are always busy. 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, Sep 22, 2011 at 06:44:18PM +1000, Stephen Rothwell wrote: > sound/soc/codecs/88pm860x-codec.c: In function 'pm860x_set_bias_level': > sound/soc/codecs/88pm860x-codec.c:1184:4: error: implicit declaration of function 'udelay' > Caused by commit 548aae8cc497 ("ASoC: 88pm860x-codec - reset the codec > correctly") from the sound-asoc tree. Forgot an include file. Well, arguably that's all the header file reorganizations causing things to break when merged. But anyway it's fixed now.