Message ID | 20190913191026.8801-7-f.fainelli@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | irqchip/irq-bcm7038-l1 updates | expand |
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.
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 };