lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 8 Aug 2014 18:17:14 -0500 From: <suravee.suthikulpanit@....com> To: <marc.zyngier@....com>, <mark.rutland@....com>, <jason@...edaemon.net> CC: <pawel.moll@....com>, <Catalin.Marinas@....com>, <Will.Deacon@....com>, <tglx@...utronix.de>, <Harish.Kasiviswanathan@....com>, <linux-arm-kernel@...ts.infradead.org>, <linux-pci@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-doc@...r.kernel.org>, <devicetree@...r.kernel.org>, Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>, Mark Rutland <Mark.Rutland@....com>, "Marc Zyngier" <Marc.Zyngier@....com> Subject: [PATCH 2/4] irqchip: gic-v2m: Remove the matching name gic-400-v2m From: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com> This patch remove the matching name gic-400-v2m. It will use the "gic-400" instead Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com> Cc: Mark Rutland <Mark.Rutland@....com> Cc: Marc Zyngier <Marc.Zyngier@....com> Cc: Jason Cooper <jason@...edaemon.net> --- 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 linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists