summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
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
commit8b91bad57e778abce6f58d0462e6a60d7b98155c (patch)
treee8f0e3c49daa8055f0b36ec77034560e14f7f3c3 /target/linux/ixp4xx
parent9aaca7f1b16feb92da08f9687fd1ae9825be85e6 (diff)
downloadmaster-31e0f0ae-8b91bad57e778abce6f58d0462e6a60d7b98155c.tar.gz
master-31e0f0ae-8b91bad57e778abce6f58d0462e6a60d7b98155c.tar.bz2
master-31e0f0ae-8b91bad57e778abce6f58d0462e6a60d7b98155c.zip
ixp4xx: fix a compile error
SVN-Revision: 30728
Diffstat (limited to 'target/linux/ixp4xx')
-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)