From: Suravee Suthikulpanit <[email protected]> This patch remove the matching name gic-400-v2m. It will use the "gic-400" instead
Signed-off-by: Suravee Suthikulpanit <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Jason Cooper <[email protected]> --- drivers/irqchip/irq-gic-v2m.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/irqchip/irq-gic-v2m.c b/drivers/irqchip/irq-gic-v2m.c index 94ed8d6..57b5a51 100644 --- a/drivers/irqchip/irq-gic-v2m.c +++ b/drivers/irqchip/irq-gic-v2m.c @@ -245,7 +245,4 @@ gicv2m_of_init(struct device_node *node, struct device_node *parent) return gicv2m_msi_init(node, &gic->v2m_data); } - -IRQCHIP_DECLARE(arm_gic_400_v2m, "arm,gic-400-v2m", gicv2m_of_init); - #endif /* CONFIG_OF */ -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
