Loading arch/nios2/kernel/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static int irq_map(struct irq_domain *h, unsigned int virq, return 0; } static struct irq_domain_ops irq_ops = { static const struct irq_domain_ops irq_ops = { .map = irq_map, .xlate = irq_domain_xlate_onecell, }; Loading Loading
arch/nios2/kernel/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static int irq_map(struct irq_domain *h, unsigned int virq, return 0; } static struct irq_domain_ops irq_ops = { static const struct irq_domain_ops irq_ops = { .map = irq_map, .xlate = irq_domain_xlate_onecell, }; Loading