X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ad7b8d0ced81e721594345c6bede6225848703a5..5e3ed67a782b5ae7600108ce0568020a807f873a:/target/linux/ixp4xx/patches-2.6.34/601-arm-dma_free_coherent.patch?ds=sidebyside 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 b939705b5..e26adbf9b 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) {