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 | f42edbdc38e29f97d410d135c0ca845b4a8616e7 (patch) | |
tree | 6725205de7e096b33041de8c6ca478240f1a19c8 /target/linux/ixp4xx/patches-2.6.37 | |
parent | b70a65718fea832f987ab5f350ae070ed2b8b6b5 (diff) | |
download | master-187ad058-f42edbdc38e29f97d410d135c0ca845b4a8616e7.tar.gz master-187ad058-f42edbdc38e29f97d410d135c0ca845b4a8616e7.tar.bz2 master-187ad058-f42edbdc38e29f97d410d135c0ca845b4a8616e7.zip |
ixp4xx: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37')
-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 0000000000..d64c8b159a --- /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) |