aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@de.bosch.com>2011-11-04 20:30:18 +0800
committerShawn Guo <shawn.guo@linaro.org>2011-11-04 20:35:37 +0800
commit15394cad2747ea2d98fc88ccb464973e173cd2f8 (patch)
tree1a81e54b1333a98498ac3f084903c2040d0ab2ef /arch/arm/plat-mxc
parentARM:i.MX: fix build error in clock-mx51-mx53.c (diff)
downloadlinux-dev-15394cad2747ea2d98fc88ccb464973e173cd2f8.tar.xz
linux-dev-15394cad2747ea2d98fc88ccb464973e173cd2f8.zip
ARM: mxc: Remove test_for_ltirq
The patch "ARM: gic: consolidate PPI handling" removes the usage of test_for_ltirq. After the merge of imx6q remove this there, too. Cc: Sascha Hauer <kernel@pengutronix.de> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/entry-macro.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/entry-macro.S b/arch/arm/plat-mxc/include/mach/entry-macro.S
index 9fe0dfcf4e7e..ca5cf26a04b1 100644
--- a/arch/arm/plat-mxc/include/mach/entry-macro.S
+++ b/arch/arm/plat-mxc/include/mach/entry-macro.S
@@ -25,6 +25,3 @@
.macro test_for_ipi, irqnr, irqstat, base, tmp
.endm
-
- .macro test_for_ltirq, irqnr, irqstat, base, tmp
- .endm