diff options
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r-- | include/linux/irqdomain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 188eced6813e..9f3616085423 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
@@ -524,6 +524,10 @@ static inline struct irq_domain *irq_find_matching_fwnode( | |||
524 | { | 524 | { |
525 | return NULL; | 525 | return NULL; |
526 | } | 526 | } |
527 | static inline bool irq_domain_check_msi_remap(void) | ||
528 | { | ||
529 | return false; | ||
530 | } | ||
527 | #endif /* !CONFIG_IRQ_DOMAIN */ | 531 | #endif /* !CONFIG_IRQ_DOMAIN */ |
528 | 532 | ||
529 | #endif /* _LINUX_IRQDOMAIN_H */ | 533 | #endif /* _LINUX_IRQDOMAIN_H */ |