irqchip: align irqchip OF match table section naming

Make the irqchip OF match table section naming aligned with other
OF match table sections in preparation to have a common definition.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Rob Herring
2014-03-24 16:06:42 -05:00
parent 6e87b7030e
commit 735e0da7fc
2 changed files with 5 additions and 5 deletions

View File

@@ -151,9 +151,9 @@
#ifdef CONFIG_IRQCHIP
#define IRQCHIP_OF_MATCH_TABLE() \
. = ALIGN(8); \
VMLINUX_SYMBOL(__irqchip_begin) = .; \
VMLINUX_SYMBOL(__irqchip_of_table) = .; \
*(__irqchip_of_table) \
*(__irqchip_of_end)
*(__irqchip_of_table_end)
#else
#define IRQCHIP_OF_MATCH_TABLE()
#endif