]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/pci.h
[PATCH] PCI: Provide a boot parameter to disable MSI
[karo-tx-linux.git] / drivers / pci / pci.h
index a6dfee2f6d2bac33dce10a24ef983f2cc680c4d8..8f3fb47ea671997a223189fc1cde878eb2ebff33 100644 (file)
@@ -50,8 +50,10 @@ extern int pci_msi_quirk;
 
 #ifdef CONFIG_PCI_MSI
 void disable_msi_mode(struct pci_dev *dev, int pos, int type);
+void pci_no_msi(void);
 #else
 static inline void disable_msi_mode(struct pci_dev *dev, int pos, int type) { }
+static inline void pci_no_msi(void) { }
 #endif
 
 extern int pcie_mch_quirk;