summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-06-26 10:32:05 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-06-28 10:34:58 +0100
commitb6fcd313c9db4f4c4feaf9d5d48b293d5fa27061 (patch)
treea8fd6f7efed44b581af516654780f8cb98519a9a /arch/arm/plat-mxc
parentb0af8dfdd67699e25083478c63eedef2e72ebd85 (diff)
downloadlinux-b6fcd313c9db4f4c4feaf9d5d48b293d5fa27061.tar.bz2
ARM: entry: remove unused irq_prio_table macro
Platforms provide an empty irq_prio_table macro, and as nothing uses this macro, it can simply be removed. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/entry-macro.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-mxc/include/mach/entry-macro.S b/arch/arm/plat-mxc/include/mach/entry-macro.S
index 2e49e71b1b98..066d464d322d 100644
--- a/arch/arm/plat-mxc/include/mach/entry-macro.S
+++ b/arch/arm/plat-mxc/include/mach/entry-macro.S
@@ -78,7 +78,3 @@
movs \irqnr, \irqnr
#endif
.endm
-
- @ irq priority table (not used)
- .macro irq_prio_table
- .endm