Commit e2f9d45f authored by Tobias Klauser's avatar Tobias Klauser Committed by Joerg Roedel

iommu/amd: Constify irq_domain_ops

struct irq_domain_ops is not modified, so it can be made const.
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 30bf2df6
......@@ -4299,7 +4299,7 @@ static void irq_remapping_deactivate(struct irq_domain *domain,
irte_info->index);
}
static struct irq_domain_ops amd_ir_domain_ops = {
static const struct irq_domain_ops amd_ir_domain_ops = {
.alloc = irq_remapping_alloc,
.free = irq_remapping_free,
.activate = irq_remapping_activate,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment