|
@@ -124,7 +124,7 @@ static void msi_domain_free(struct irq_domain *domain, unsigned int virq,
|
|
|
irq_domain_free_irqs_top(domain, virq, nr_irqs);
|
|
|
}
|
|
|
|
|
|
-static struct irq_domain_ops msi_domain_ops = {
|
|
|
+static const struct irq_domain_ops msi_domain_ops = {
|
|
|
.alloc = msi_domain_alloc,
|
|
|
.free = msi_domain_free,
|
|
|
.activate = msi_domain_activate,
|