From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: linux-next: Tree for July 14 Date: Tue, 15 Jul 2008 15:50:45 +1000 Message-ID: <1216101045.7740.72.camel@pasglop> References: <20080714201249.947400d0.sfr@canb.auug.org.au> Reply-To: benh@kernel.crashing.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org ([63.228.1.57]:56980 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753641AbYGOFvU (ORCPT ); Tue, 15 Jul 2008 01:51:20 -0400 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Takashi Iwai Cc: Stephen Rothwell , Mark Nelson , Arnd Bergmann , linux-next@vger.kernel.org, LKML On Wed, 2008-07-16 at 02:20 +0200, Takashi Iwai wrote: > At Mon, 14 Jul 2008 20:12:49 +1000, > Stephen Rothwell wrote: > > > > Hi all, > > > > With the opening of the merge window, I am hoping my job becomes easier > > again ... :-) > > The build of next-20080714 failed on ppc32: > > CC [M] drivers/infiniband/core/addr.o > In file included from include/rdma/ib_addr.h:41, > from drivers/infiniband/core/addr.c:44: > include/rdma/ib_verbs.h: In function 'ib_dma_map_single_attrs': > include/rdma/ib_verbs.h:1634: error: implicit declaration of function 'dma_map_single_attrs' > include/rdma/ib_verbs.h: In function 'ib_dma_unmap_single_attrs': > include/rdma/ib_verbs.h:1643: error: implicit declaration of function 'dma_unmap_single_attrs' > include/rdma/ib_verbs.h:1644: warning: 'return' with a value, in function returning void > include/rdma/ib_verbs.h: In function 'ib_dma_map_sg_attrs': > include/rdma/ib_verbs.h:1721: error: implicit declaration of function 'dma_map_sg_attrs' > include/rdma/ib_verbs.h: In function 'ib_dma_unmap_sg_attrs': > include/rdma/ib_verbs.h:1729: error: implicit declaration of function 'dma_unmap_sg_attrs' > make[3]: *** [drivers/infiniband/core/addr.o] Error 1 > > > The following patch fixed the build, at least. Not sure whether it's > the right fix, though. Thanks, applied. Cheers, Ben.