The following commit has been merged into the irq/core branch of tip: Commit-ID: a512584abd7ab860560ac21e6daac1aaebc1c14f Gitweb: https://git.kernel.org/tip/a512584abd7ab860560ac21e6daac1aaebc1c14f Author: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> AuthorDate: Mon, 19 Aug 2019 16:45:34 +09:00 Committer: Marc Zyngier <maz@xxxxxxxxxx> CommitterDate: Tue, 20 Aug 2019 10:35:46 +01:00 irqchip: Add include guard to irq-partition-percpu.h Add a header include guard just in case. Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> --- include/linux/irqchip/irq-partition-percpu.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/linux/irqchip/irq-partition-percpu.h b/include/linux/irqchip/irq-partition-percpu.h index a783ddb..2f6ae75 100644 --- a/include/linux/irqchip/irq-partition-percpu.h +++ b/include/linux/irqchip/irq-partition-percpu.h @@ -4,6 +4,9 @@ * Author: Marc Zyngier <marc.zyngier@xxxxxxx> */ +#ifndef __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H +#define __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H + #include <linux/fwnode.h> #include <linux/cpumask.h> #include <linux/irqdomain.h> @@ -46,3 +49,5 @@ struct irq_domain *partition_get_domain(struct partition_desc *dsc) return NULL; } #endif + +#endif /* __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H */
![]() |