From: Thomas Gleixner Date: Thu, 18 Aug 2022 15:37:22 +0000 (+0200) Subject: Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.17~6570^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57646d6769f13f9484ffc6869c493e25a6568073;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'irqchip-fixes-6.0-1' of git://git./linux/kernel/git/maz/arm-platforms into irq/urgent Pull irqchip fixes from Marc Zyngier: - A bunch of small fixes for the recently merged LoongArch drivers - A leftover from the non-SMP IRQ affinity rework affecting the Hyper-V IOMMU code Link: https://lore.kernel.org/r/20220812125910.2227338-1-maz@kernel.org --- 57646d6769f13f9484ffc6869c493e25a6568073 diff --cc arch/loongarch/include/asm/irq.h index 4b130199ceae,093aee99167d..d06d4542b634 --- a/arch/loongarch/include/asm/irq.h +++ b/arch/loongarch/include/asm/irq.h @@@ -81,7 -81,8 +81,6 @@@ extern struct acpi_vector_group msi_gro #define GSI_MIN_PCH_IRQ LOONGSON_PCH_IRQ_BASE #define GSI_MAX_PCH_IRQ (LOONGSON_PCH_IRQ_BASE + 256 - 1) - extern int find_pch_pic(u32 gsi); -extern int eiointc_get_node(int id); - struct acpi_madt_lio_pic; struct acpi_madt_eio_pic; struct acpi_madt_ht_pic;