aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:42 +0000
commita1bee93fa0c3cdf8ea94d1ddcc46872a404bb2ff (patch)
tree21652a56d55e18f8c1d885231ed18780c87d5770 /target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
parent78478d79736b35de7d3aaaeb988a10f96566971a (diff)
downloadupstream-a1bee93fa0c3cdf8ea94d1ddcc46872a404bb2ff.tar.gz
upstream-a1bee93fa0c3cdf8ea94d1ddcc46872a404bb2ff.tar.bz2
upstream-a1bee93fa0c3cdf8ea94d1ddcc46872a404bb2ff.zip
ixp4xx: refresh patches
SVN-Revision: 22649
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch b/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
index b939705b5b..e26adbf9be 100644
--- a/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
+++ b/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
@@ -1,6 +1,6 @@
--- a/arch/arm/mm/dma-mapping.c
+++ b/arch/arm/mm/dma-mapping.c
-@@ -384,7 +384,8 @@ EXPORT_SYMBOL(dma_mmap_writecombine);
+@@ -381,7 +381,8 @@ EXPORT_SYMBOL(dma_mmap_writecombine);
*/
void dma_free_coherent(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle)
{