Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Feb 2023 01:38:18 +0000 (17:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Feb 2023 01:38:18 +0000 (17:38 -0800)
commita33d946cbb8709339a856d7da406a7a670e86a60
tree1d8e52fd23f9b01cebb1b953a623994886c5d3a0
parent5e725d112e1a54c2611d5dffd124a79415d0f0de
parent2b129f0b24ab578b02901b4a1744b7f97399faa0
Merge tag 'irq-urgent-2023-02-19' of git://git./linux/kernel/git/tip/tip

Pull irq fix from Thomas Gleixner:
 "A single build fix for the PCI/MSI infrastructure.

  The addition of the new alloc/free interfaces in this cycle forgot to
  add stub functions for pci_msix_alloc_irq_at() and pci_msix_free_irq()
  for the CONFIG_PCI_MSI=n case"

* tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=n