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
commit10f0eb32c9dac91f027af809959d65270f9db286 (patch)
treeee2f77f12841052587d853776f7d9b712972da73 /target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch
parentd980fa48acf946bc7db613089723d3eae23ee078 (diff)
downloadmaster-187ad058-10f0eb32c9dac91f027af809959d65270f9db286.tar.gz
master-187ad058-10f0eb32c9dac91f027af809959d65270f9db286.tar.bz2
master-187ad058-10f0eb32c9dac91f027af809959d65270f9db286.zip
ixp4xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22649 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)
{