Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755038AbYFVOrQ (ORCPT ); Sun, 22 Jun 2008 10:47:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752955AbYFVOrE (ORCPT ); Sun, 22 Jun 2008 10:47:04 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:45604 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752860AbYFVOrC (ORCPT ); Sun, 22 Jun 2008 10:47:02 -0400 Date: Sun, 22 Jun 2008 15:46:44 +0100 From: Russell King To: Stefan Richter Cc: linux-kernel@vger.kernel.org, Andrew Morton , Martin Michlmayr Subject: Re: [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure) Message-ID: <20080622144644.GA21340@flint.arm.linux.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 34 On Sun, Jun 22, 2008 at 04:13:52PM +0200, Stefan Richter wrote: > Date: 2006-06-18 03:49:35 +0200 > From: Stefan Richter > Subject: arm: add EXPORT_SYMBOL(dma_sync_sg_for_device) > > as it is for example needed by drivers/ieee1394/dma.c > > Signed-off-by: Stefan Richter > --- > arch/arm/common/dmabounce.c | 1 + > 1 file changed, 1 insertion(+) > > --- a/arch/arm/common/dmabounce.c > +++ b/arch/arm/common/dmabounce.c > @@ -651,6 +651,7 @@ EXPORT_SYMBOL(dma_unmap_sg); > EXPORT_SYMBOL(dma_sync_single_for_cpu); > EXPORT_SYMBOL(dma_sync_single_for_device); > EXPORT_SYMBOL(dma_sync_sg); > +EXPORT_SYMBOL(dma_sync_sg_for_device); > EXPORT_SYMBOL(dmabounce_register_dev); > EXPORT_SYMBOL(dmabounce_unregister_dev); I've just committed a better fix. That dma_sync_sg export should be a dma_sync_sg_for_cpu. Thanks. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/