diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-02 08:09:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-02 08:09:27 +0000 |
commit | 1d74dc98755ec22bf1d5dada5ba66c06b0fcf842 (patch) | |
tree | 60fe3dbf83bf1fb7dc3f87a1b7495bbd90d5ff54 /target/linux/ifxmips/patches/170-dma_hack.patch | |
parent | a9f35cf146079654061cddf8ad854a40b3d95f69 (diff) | |
download | master-187ad058-1d74dc98755ec22bf1d5dada5ba66c06b0fcf842.tar.gz master-187ad058-1d74dc98755ec22bf1d5dada5ba66c06b0fcf842.tar.bz2 master-187ad058-1d74dc98755ec22bf1d5dada5ba66c06b0fcf842.zip |
bump ifxmips to .30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches/170-dma_hack.patch')
-rw-r--r-- | target/linux/ifxmips/patches/170-dma_hack.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ifxmips/patches/170-dma_hack.patch b/target/linux/ifxmips/patches/170-dma_hack.patch deleted file mode 100644 index 6175c3e8f6..0000000000 --- a/target/linux/ifxmips/patches/170-dma_hack.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/mips/mm/cache.c -+++ b/arch/mips/mm/cache.c -@@ -50,6 +50,8 @@ void (*_dma_cache_wback)(unsigned long s - void (*_dma_cache_inv)(unsigned long start, unsigned long size); - - EXPORT_SYMBOL(_dma_cache_wback_inv); -+EXPORT_SYMBOL(_dma_cache_wback); -+EXPORT_SYMBOL(_dma_cache_inv); - - #endif /* CONFIG_DMA_NONCOHERENT */ - |