linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask
@ 2010-11-18  4:25 Brian Walsh
  2010-11-18  7:51 ` Imre Kaloz
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Walsh @ 2010-11-18  4:25 UTC (permalink / raw)
  To: linux-arm-kernel

ARM ixp4xx module building has been broken since commit 710224fa2750.
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"

Signed-off-by: Brian Walsh <brian@walsh.ws>

diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c
index 24498a9..d54b219 100644
--- a/arch/arm/mach-ixp4xx/common-pci.c
+++ b/arch/arm/mach-ixp4xx/common-pci.c
@@ -513,4 +513,5 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
 
 EXPORT_SYMBOL(ixp4xx_pci_read);
 EXPORT_SYMBOL(ixp4xx_pci_write);
+EXPORT_SYMBOL(dma_set_coherent_mask);

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

* [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask
  2010-11-18  4:25 [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask Brian Walsh
@ 2010-11-18  7:51 ` Imre Kaloz
  0 siblings, 0 replies; 2+ messages in thread
From: Imre Kaloz @ 2010-11-18  7:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 18 Nov 2010 05:25:10 +0100, Brian Walsh <brian@walsh.ws> wrote:

> ARM ixp4xx module building has been broken since commit 710224fa2750.
> arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"
>
> Signed-off-by: Brian Walsh <brian@walsh.ws>
>
> diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c
> index 24498a9..d54b219 100644
> --- a/arch/arm/mach-ixp4xx/common-pci.c
> +++ b/arch/arm/mach-ixp4xx/common-pci.c
> @@ -513,4 +513,5 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
> EXPORT_SYMBOL(ixp4xx_pci_read);
>  EXPORT_SYMBOL(ixp4xx_pci_write);
> +EXPORT_SYMBOL(dma_set_coherent_mask);
>

Same reply as for http://lists.arm.linux.org.uk/lurker/message/20101108.104326.f5a6c7dd.en.html :

http://lists.arm.linux.org.uk/lurker/message/20101102.114433.8822afb6.en.html


Russell, could you apply that patch?


Thanks,

Imre

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

end of thread, other threads:[~2010-11-18  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18  4:25 [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask Brian Walsh
2010-11-18  7:51 ` Imre Kaloz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).