From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] Mark i2o config broken on 64-bit platforms. Date: Thu, 10 Jul 2008 13:12:13 +0100 Message-ID: <27706.1215691933@redhat.com> References: <20080710121350.52d854c7@the-village.bc.nu> <20080709113547.19235.15424.stgit@warthog.procyon.org.uk> <4561.1215612914@redhat.com> <20080709164929.799e4e05@the-village.bc.nu> <1215630402.18506.10.camel@localhost.localdomain> Return-path: Received: from mx1.redhat.com ([66.187.233.31]:48188 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755958AbYGJMNS (ORCPT ); Thu, 10 Jul 2008 08:13:18 -0400 In-Reply-To: <20080710121350.52d854c7@the-village.bc.nu> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Alan Cox Cc: dhowells@redhat.com, Miquel van Smoorenburg , akpm@linux-foundation.org, alan@redhat.com, Markus.Lidel@shadowconnect.com, vvs@sw.ru, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Alan Cox wrote: > -static inline int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, > - size_t len, gfp_t gfp_mask) > ... > +extern int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len); But where is it now? Have you forgotten to attach a new file? i2o/memory.c perhaps? David