* [PATCH] arm: Export dma_set_coherent_mask() implementations
@ 2010-11-27 22:14 Ben Hutchings
2010-11-30 8:14 ` Krzysztof Halasa
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2010-11-27 22:14 UTC (permalink / raw)
To: linux-arm-kernel
Commit 710224fa2750cf449c02dd115548acebfdd2c86a 'arm: fix "arm: fix
pci_set_consistent_dma_mask for dmabounce devices"' made
dma_set_coherent_mask() an extern function for some ARM platforms.
Since this function is called from many drivers, it must be exported.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: stable at kernel.org [2.6.36]
---
This is not even compile-tested yet, as I don't have a readily available
ARM build system. Should be obvious though, right?
Ben.
arch/arm/common/it8152.c | 1 +
arch/arm/mach-ixp4xx/common-pci.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/common/it8152.c b/arch/arm/common/it8152.c
index 60dc077..665708c 100644
--- a/arch/arm/common/it8152.c
+++ b/arch/arm/common/it8152.c
@@ -278,6 +278,7 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
return -EIO;
}
+EXPORT_SYMBOL(dma_set_coherent_mask);
int __init it8152_pci_setup(int nr, struct pci_sys_data *sys)
{
diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c
index 24498a9..c3d3d86 100644
--- a/arch/arm/mach-ixp4xx/common-pci.c
+++ b/arch/arm/mach-ixp4xx/common-pci.c
@@ -510,6 +510,7 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
return -EIO;
}
+EXPORT_SYMBOL(dma_set_coherent_mask);
EXPORT_SYMBOL(ixp4xx_pci_read);
EXPORT_SYMBOL(ixp4xx_pci_write);
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm: Export dma_set_coherent_mask() implementations
2010-11-27 22:14 [PATCH] arm: Export dma_set_coherent_mask() implementations Ben Hutchings
@ 2010-11-30 8:14 ` Krzysztof Halasa
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Halasa @ 2010-11-30 8:14 UTC (permalink / raw)
To: linux-arm-kernel
Ben Hutchings <ben@decadent.org.uk> writes:
> Commit 710224fa2750cf449c02dd115548acebfdd2c86a 'arm: fix "arm: fix
> pci_set_consistent_dma_mask for dmabounce devices"' made
> dma_set_coherent_mask() an extern function for some ARM platforms.
> Since this function is called from many drivers, it must be exported.
Imre already posted it, few weeks ago. Russell, is it ok if e.g. I send
it to Linus and maybe stable?
--
Krzysztof Halasa
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-30 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 22:14 [PATCH] arm: Export dma_set_coherent_mask() implementations Ben Hutchings
2010-11-30 8:14 ` Krzysztof Halasa
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).