diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-25 22:12:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-25 22:12:11 +0000 |
commit | 8b91bad57e778abce6f58d0462e6a60d7b98155c (patch) | |
tree | e8f0e3c49daa8055f0b36ec77034560e14f7f3c3 /target | |
parent | 9aaca7f1b16feb92da08f9687fd1ae9825be85e6 (diff) | |
download | mtk-20170518-8b91bad57e778abce6f58d0462e6a60d7b98155c.zip mtk-20170518-8b91bad57e778abce6f58d0462e6a60d7b98155c.tar.gz mtk-20170518-8b91bad57e778abce6f58d0462e6a60d7b98155c.tar.bz2 |
ixp4xx: fix a compile error
SVN-Revision: 30728
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch b/target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch new file mode 100644 index 0000000..d64c8b1 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/mm/proc-xscale.S ++++ b/arch/arm/mm/proc-xscale.S +@@ -395,7 +395,7 @@ + teq r2, #DMA_TO_DEVICE + beq xscale_dma_clean_range + b xscale_dma_flush_range +-ENDPROC(xscsale_dma_a0_map_area) ++ENDPROC(xscale_dma_a0_map_area) + + /* + * dma_unmap_area(start, size, dir) |