]> Git Repo - linux.git/blobdiff - drivers/pci/pci.h
[PATCH] x86_64: fix CONFIG_REORDER
[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;
This page took 0.034117 seconds and 4 git commands to generate.