On Monday, March 06, 2017 04:19:24 PM Sakari Ailus wrote: > A pointer to struct device is used in the header as a function argument > but there's no declaration for it. Add one. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > include/linux/irqchip/arm-gic.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/irqchip/arm-gic.h b/include/linux/irqchip/arm-gic.h > index eafc965..b16afa1 100644 > --- a/include/linux/irqchip/arm-gic.h > +++ b/include/linux/irqchip/arm-gic.h > @@ -100,6 +100,7 @@ > > #include <linux/irqdomain.h> > > +struct device; > struct device_node; > struct gic_chip_data; That should be folded into the patch that really depends on it and then it would require an ACK from the maintainer of arm-gic.h. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html