From 8b91bad57e778abce6f58d0462e6a60d7b98155c Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 25 Feb 2012 22:12:11 +0000
Subject: [PATCH] ixp4xx: fix a compile error

SVN-Revision: 30728
---
 .../patches-2.6.37/620-backport_compile_fix.patch     | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch

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 00000000000..d64c8b159aa
--- /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)
-- 
GitLab