From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH -next] i2c: fix xiic build error Date: Mon, 22 Feb 2010 20:03:05 +0100 Message-ID: <10f740e81002221103h7408d52ajf5a67da39d6ae8dd@mail.gmail.com> References: <20100204185736.6628ab9a.sfr@canb.auug.org.au> <4B6B29DD.7060502@oracle.com> <4B7AC2A9.4070203@oracle.com> <20100216173326.091c1c77@hyperion.delvare> <4B7AC999.3060103@oracle.com> <4B82B28F.10104@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-ew0-f228.google.com ([209.85.219.228]:38607 "EHLO mail-ew0-f228.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751863Ab0BVTDH convert rfc822-to-8bit (ORCPT ); Mon, 22 Feb 2010 14:03:07 -0500 In-Reply-To: <4B82B28F.10104@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: ben-linux@fluff.org, Jean Delvare , Stephen Rothwell , linux-next@vger.kernel.org, LKML On Mon, Feb 22, 2010 at 17:36, Randy Dunlap w= rote: > On 02/16/10 08:36, Randy Dunlap wrote: >> On 02/16/10 08:33, Jean Delvare wrote: >>> On Tue, 16 Feb 2010 08:07:05 -0800, Randy Dunlap wrote: >>>> On 02/04/10 12:11, Randy Dunlap wrote: >>>> >>>> This patch is still needed in linux-next-20100216. >>> >>> Nothing I can do about it, as the i2c-xiic driver is neither upstre= am >>> nor in my tree. >> >> Thanks, Jean. >> >> Next/merge.log tells me: >> Merge remote branch 'bjdooks-i2c/next-i2c' >> >> Ben?? >> > > ping Ben. Yes, please. Thx! > Here's the patch again. > > --- > From: Randy Dunlap > > Add header file to fix build error: > > drivers/i2c/busses/i2c-xiic.c:493: error: implicit declaration of fun= ction 'mdelay' > > Signed-off-by: Randy Dunlap > Cc: "Ben Dooks (embedded platforms)" > Cc: linux-i2c@vger.kernel.org > --- > =C2=A0drivers/i2c/busses/i2c-xiic.c | =C2=A0 =C2=A01 + > =C2=A01 file changed, 1 insertion(+) > > --- linux-next-20100204.orig/drivers/i2c/busses/i2c-xiic.c > +++ linux-next-20100204/drivers/i2c/busses/i2c-xiic.c > @@ -31,6 +31,7 @@ > =C2=A0#include > =C2=A0#include > =C2=A0#include > +#include > =C2=A0#include > =C2=A0#include > =C2=A0#include > -- > To unsubscribe from this list: send the line "unsubscribe linux-kerne= l" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =C2=A0http://vger.kernel.org/majordomo-info.ht= ml > Please read the FAQ at =C2=A0http://www.tux.org/lkml/ > --=20 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-= m68k.org In personal conversations with technical people, I call myself a hacker= =2E But when I'm talking to journalists I just say "programmer" or something li= ke that. -- Linus Torvalds