Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorThomas Gleixner <tglx@linutronix.de>
Thu, 18 Aug 2022 15:37:22 +0000 (17:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Aug 2022 15:37:22 +0000 (17:37 +0200)
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
1  2 
arch/loongarch/include/asm/irq.h

index 4b130199ceae716b2d76d15549c302230705578c,093aee99167df0d69555551335569c651353c623..d06d4542b634c35a9e29992f68a6a572cc730e03
@@@ -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;
@@@ -98,8 -99,16 +97,8 @@@ struct irq_domain *htvec_acpi_init(stru
                                        struct acpi_madt_ht_pic *acpi_htvec);
  int pch_lpc_acpi_init(struct irq_domain *parent,
                                        struct acpi_madt_lpc_pic *acpi_pchlpc);
 -#if IS_ENABLED(CONFIG_LOONGSON_PCH_MSI)
  int pch_msi_acpi_init(struct irq_domain *parent,
                                        struct acpi_madt_msi_pic *acpi_pchmsi);
 -#else
 -static inline int pch_msi_acpi_init(struct irq_domain *parent,
 -                                      struct acpi_madt_msi_pic *acpi_pchmsi)
 -{
 -      return 0;
 -}
 -#endif
  int pch_pic_acpi_init(struct irq_domain *parent,
                                        struct acpi_madt_bio_pic *acpi_pchpic);
  int find_pch_pic(u32 gsi);