[<prev] [next>] [day] [month] [year] [list]
Message-ID: <156776809546.24167.16607497136307365643.tip-bot2@tip-bot2>
Date: Fri, 06 Sep 2019 11:08:15 -0000
From: "tip-bot2 for Masahiro Yamada" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Marc Zyngier <maz@...nel.org>, Ingo Molnar <mingo@...nel.org>,
Borislav Petkov <bp@...en8.de>, linux-kernel@...r.kernel.org
Subject: [tip: irq/core] irqchip: Add include guard to irq-partition-percpu.h
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@...ionext.com>
AuthorDate: Mon, 19 Aug 2019 16:45:34 +09:00
Committer: Marc Zyngier <maz@...nel.org>
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@...ionext.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
---
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@....com>
*/
+#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 */
Powered by blists - more mailing lists