Skip to content

Commit 72a3f8f

Browse files
committed
irqchip/gic-v2m: Include arm-gic-common.h
W=1 build complains: drivers/irqchip/irq-gic-v2m.c:570:12: warning: no previous prototype for ‘gicv2m_init’ [-Wmissing-prototypes] 570 | int __init gicv2m_init(struct fwnode_handle *parent_handle, Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20221121140048.470680255@linutronix.de
1 parent 55721af commit 72a3f8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/irqchip/irq-gic-v2m.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <linux/slab.h>
2525
#include <linux/spinlock.h>
2626
#include <linux/irqchip/arm-gic.h>
27+
#include <linux/irqchip/arm-gic-common.h>
2728

2829
/*
2930
* MSI_TYPER:

0 commit comments

Comments
 (0)