Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner: - a workaround for a GIC erratum - a missing stub function for CONFIG_IRQDOMAIN=n - fixes for a couple of type inconsistencies * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/crossbar: Fix incorrect type of register size irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065 irqdomain: Add empty irq_domain_check_msi_remap irqchip/crossbar: Fix incorrect type of local variables
This commit is contained in:
commit
ecade11425
5 changed files with 35 additions and 4 deletions
|
|
@ -524,6 +524,10 @@ static inline struct irq_domain *irq_find_matching_fwnode(
|
|||
{
|
||||
return NULL;
|
||||
}
|
||||
static inline bool irq_domain_check_msi_remap(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif /* !CONFIG_IRQ_DOMAIN */
|
||||
|
||||
#endif /* _LINUX_IRQDOMAIN_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue