On 9/13/19 12:10 PM, Florian Fainelli wrote: > --- > drivers/irqchip/irq-bcm7038-l1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/irqchip/irq-bcm7038-l1.c b/drivers/irqchip/irq-bcm7038-l1.c > index 5e8f0fbc5f20..811a34201dd4 100644 > --- a/drivers/irqchip/irq-bcm7038-l1.c > +++ b/drivers/irqchip/irq-bcm7038-l1.c > @@ -397,7 +397,7 @@ static struct irq_chip bcm7038_l1_irq_chip = { > #ifdef CONFIG_SMP > .irq_cpu_offline = bcm7038_l1_cpu_offline, > #endif > -#if CONFIG_PM_SLEEP > +#ifdef CONFIG_PM_SLEEP > .irq_set_wake = bcm7038_l1_set_wake, > #endif > }; > This should have been part of patch #1, I will resubmit this series, sorry about that. -- Florian