Skip to content

Commit b3e2284

Browse files
ykaukabMarc Zyngier
authored andcommitted
irqdomain: Add empty irq_domain_check_msi_remap
Fix following build error for s390: drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group': drivers/vfio/vfio_iommu_type1.c:1290:25: error: implicit declaration of function 'irq_domain_check_msi_remap' Acked-by: Marc Zyngier <[email protected]> Reviewed-by: Eric Auger <[email protected]> Signed-off-by: Mian Yousaf Kaukab <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 077dbae commit b3e2284

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/linux/irqdomain.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,10 @@ static inline struct irq_domain *irq_find_matching_fwnode(
524524
{
525525
return NULL;
526526
}
527+
static inline bool irq_domain_check_msi_remap(void)
528+
{
529+
return false;
530+
}
527531
#endif /* !CONFIG_IRQ_DOMAIN */
528532

529533
#endif /* _LINUX_IRQDOMAIN_H */

0 commit comments

Comments
 (0)