aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-25 22:12:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-25 22:12:11 +0000
commitf42edbdc38e29f97d410d135c0ca845b4a8616e7 (patch)
tree6725205de7e096b33041de8c6ca478240f1a19c8 /target
parentb70a65718fea832f987ab5f350ae070ed2b8b6b5 (diff)
downloadupstream-f42edbdc38e29f97d410d135c0ca845b4a8616e7.tar.gz
upstream-f42edbdc38e29f97d410d135c0ca845b4a8616e7.tar.bz2
upstream-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')
-rw-r--r--target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch11
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)