diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-08-18 17:37:22 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-08-18 17:37:22 +0200 |
commit | 57646d6769f13f9484ffc6869c493e25a6568073 (patch) | |
tree | baa4e667e2db692120ecf30f4f1b66acd5fb01c7 /arch/loongarch | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) | |
parent | a9084d888fbaaed65ded56f11d052cf8b04519a5 (diff) | |
download | linux-stable-57646d6769f13f9484ffc6869c493e25a6568073.tar.gz linux-stable-57646d6769f13f9484ffc6869c493e25a6568073.tar.bz2 linux-stable-57646d6769f13f9484ffc6869c493e25a6568073.zip |
Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/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
Diffstat (limited to 'arch/loongarch')
-rw-r--r-- | arch/loongarch/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/include/asm/irq.h b/arch/loongarch/include/asm/irq.h index 4b130199ceae..d06d4542b634 100644 --- a/arch/loongarch/include/asm/irq.h +++ b/arch/loongarch/include/asm/irq.h @@ -81,7 +81,6 @@ extern struct acpi_vector_group msi_group[MAX_IO_PICS]; #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); struct acpi_madt_lio_pic; struct acpi_madt_eio_pic; struct acpi_madt_ht_pic; |