[PATCH v2] irqchip/apple-aic: Mark aic_init_smp() as __init

Marc Zyngier maz at kernel.org
Tue Dec 7 01:36:17 PST 2021


On Tue, 07 Dec 2021 04:32:30 +0000,
Hector Martin <marcan at marcan.st> wrote:
> 
> On 05/12/2021 01.42, Donghyeok Kim wrote:
> > This function is only called from the driver init code.
> > 
> > Signed-off-by: Donghyeok Kim <dthex5d at gmail.com>
> > ---
> >   drivers/irqchip/irq-apple-aic.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
> > index 3759dc36cc8f..2543ef65825b 100644
> > --- a/drivers/irqchip/irq-apple-aic.c
> > +++ b/drivers/irqchip/irq-apple-aic.c
> > @@ -707,7 +707,7 @@ static const struct irq_domain_ops aic_ipi_domain_ops = {
> >   	.free = aic_ipi_free,
> >   };
> >   -static int aic_init_smp(struct aic_irq_chip *irqc, struct
> > device_node *node)
> > +static int __init aic_init_smp(struct aic_irq_chip *irqc, struct device_node *node)
> >   {
> >   	struct irq_domain *ipi_domain;
> >   	int base_ipi;
> > 
> 
> Acked-by: Hector Martin <marcan at marcan.st>
> 
> Thanks! Marc, can you take this through the IRQ tree?

Huh, thanks for spotting that patch. I'll queue that shortly.

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list