mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure)
@ 2008-06-22 14:13 Stefan Richter
  2008-06-22 14:46 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Richter @ 2008-06-22 14:13 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, Andrew Morton, Martin Michlmayr

Date: 2006-06-18 03:49:35 +0200
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
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 <stefanr@s5r6.in-berlin.de>
---
 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);
 


Refreshed for 2.6.26-rc7, otherwise unchanged since the problem still
exists.
http://osdir.com/ml/kernel.firewire.user/2006-06/msg00038.html
http://marc.info/?l=linux-arm-kernel&m=115166450400713
http://marc.info/?l=linux-arm-kernel&m=121414061629428
-- 
Stefan Richter
-=====-==--- -==- =-==-
http://arcgraph.de/sr/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure)
  2008-06-22 14:13 [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure) Stefan Richter
@ 2008-06-22 14:46 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2008-06-22 14:46 UTC (permalink / raw)
  To: Stefan Richter; +Cc: linux-kernel, Andrew Morton, Martin Michlmayr

On Sun, Jun 22, 2008 at 04:13:52PM +0200, Stefan Richter wrote:
> Date: 2006-06-18 03:49:35 +0200
> From: Stefan Richter <stefanr@s5r6.in-berlin.de>
> 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 <stefanr@s5r6.in-berlin.de>
> ---
>  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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-22 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-22 14:13 [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure) Stefan Richter
2008-06-22 14:46 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®