Add missing parameter name. No functional change.
Signed-off-by: Federico Serafini <[email protected]>
---
xen/include/xen/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index 69d572543c..f53d045e2c 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -296,7 +296,7 @@ struct iommu_ops {
uint64_t rte);
unsigned int (*read_apic_from_ire)(unsigned int apic, unsigned int reg);
- int (*setup_hpet_msi)(struct msi_desc *);
+ int (*setup_hpet_msi)(struct msi_desc *msi_desc);
void (*adjust_irq_affinities)(void);
void (*clear_root_pgtable)(struct domain *d);
--
2.34.1