diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-26 10:32:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-28 10:34:58 +0100 |
commit | b6fcd313c9db4f4c4feaf9d5d48b293d5fa27061 (patch) | |
tree | a8fd6f7efed44b581af516654780f8cb98519a9a /arch/arm/plat-mxc | |
parent | b0af8dfdd67699e25083478c63eedef2e72ebd85 (diff) |
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.S | 4 |
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 2e49e71b1b9..066d464d322 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 |