Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pci-v6.19-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull PCI fix from Bjorn Helgaas:

- Add a pci_free_irq_vectors() stub to fix a build issue when
CONFIG_PCI is not set (Boqun Feng)

* tag 'pci-v6.19-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
PCI: Provide pci_free_irq_vectors() stub

+4
+4
include/linux/pci.h
··· 2210 2210 { 2211 2211 return -ENOSPC; 2212 2212 } 2213 + 2214 + static inline void pci_free_irq_vectors(struct pci_dev *dev) 2215 + { 2216 + } 2213 2217 #endif /* CONFIG_PCI */ 2214 2218 2215 2219 /* Include architecture-dependent settings and functions */