All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: irq/core] irqchip: Add include guard to irq-partition-percpu.h
@ 2019-09-06 11:08 tip-bot2 for Masahiro Yamada
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Masahiro Yamada @ 2019-09-06 11:08 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Masahiro Yamada, Marc Zyngier, Ingo Molnar, Borislav Petkov,
	linux-kernel

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@socionext.com>
AuthorDate:    Mon, 19 Aug 2019 16:45:34 +09:00
Committer:     Marc Zyngier <maz@kernel.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@socionext.com>
Signed-off-by: Marc Zyngier <maz@kernel.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@arm.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 */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-06 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 11:08 [tip: irq/core] irqchip: Add include guard to irq-partition-percpu.h tip-bot2 for Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.