Skip to content

Commit

Permalink
irqchip: Add include guard to irq-partition-percpu.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Marc Zyngier committed Aug 20, 2019
1 parent 7224cec commit a512584
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/linux/irqchip/irq-partition-percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -46,3 +49,5 @@ struct irq_domain *partition_get_domain(struct partition_desc *dsc)
return NULL;
}
#endif

#endif /* __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H */

0 comments on commit a512584

Please sign in to comment.