aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-12-27 22:59:57 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2010-12-28 11:22:20 -0800
commit88a58101608f1416f4c1ec81d88faed258a34b3d (patch)
treec5ea348f0341881002e3707c041e85084c08666b /arch/arm/mach-ixp4xx
parentRAMOOPS: Don't overflow over non-allocated regions (diff)
downloadlinux-dev-88a58101608f1416f4c1ec81d88faed258a34b3d.tar.xz
linux-dev-88a58101608f1416f4c1ec81d88faed258a34b3d.zip
ARM: fix IXP4xx build failure
arm: export dma_set_coherent_mask While a regression was fixed with commit 710224fa2750cf (arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"), a new one was introduced as dma_set_coherent_mask wasn't exported for modules. This patch takes care for this issue. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/mach-ixp4xx')
-rw-r--r--arch/arm/mach-ixp4xx/common-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c
index 24498a932ba6..a54b3db80366 100644
--- a/arch/arm/mach-ixp4xx/common-pci.c
+++ b/arch/arm/mach-ixp4xx/common-pci.c
@@ -513,4 +513,4 @@ 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);