提交 3d9e575f 编写于 作者: D Donghyeok Kim 提交者: Marc Zyngier

irqchip/apple-aic: Mark aic_init_smp() as __init

This function is only called from the driver init code.
Signed-off-by: NDonghyeok Kim <dthex5d@gmail.com>
Acked-by: NHector Martin <marcan@marcan.st>
Signed-off-by: NMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211204164228.5920-1-dthex5d@gmail.com
上级 c5e0cbe2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册