From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build failure after merge of the tip tree Date: Fri, 1 Apr 2011 13:00:44 +1100 Message-ID: <20110401130044.c5aed052.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:59890 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752696Ab1DACAx (ORCPT ); Thu, 31 Mar 2011 22:00:53 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Dirk Brandewie , Ben Dooks , Jean Delvare Hi all, After merging the tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/i2c/busses/i2c-designware-core.c: In function 'i2c_dw_wait_bus_not_busy': drivers/i2c/busses/i2c-designware-core.c:321: error: implicit declaration of function 'mdelay' Caused by commit 800c56383dcb ("i2c-designware: split of i2c-designware.c into core and bus specific parts") from the bjdooks-i2c tree and exposed by commit ca444564a947 ("x86: Stop including in two asm header files"). I have added this patch for today: From: Stephen Rothwell Date: Fri, 1 Apr 2011 12:48:53 +1100 Subject: [PATCH] i2c-designware: mdelay use needs linux/delay.h inclusion Signed-off-by: Stephen Rothwell --- drivers/i2c/busses/i2c-designware-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/busses/i2c-designware-core.c b/drivers/i2c/busses/i2c-designware-core.c index 299e717..f87e25a 100644 --- a/drivers/i2c/busses/i2c-designware-core.c +++ b/drivers/i2c/busses/i2c-designware-core.c @@ -25,6 +25,7 @@ * ---------------------------------------------------------------------------- * */ +#include #include #include #include -- 1.7.4.1 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/