|
@@ -2292,6 +2292,7 @@ void pci_msi_off(struct pci_dev *dev)
|
|
pci_write_config_word(dev, pos + PCI_MSIX_FLAGS, control);
|
|
pci_write_config_word(dev, pos + PCI_MSIX_FLAGS, control);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL_GPL(pci_msi_off);
|
|
|
|
|
|
#ifndef HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_SIZE
|
|
#ifndef HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_SIZE
|
|
int pci_set_dma_max_seg_size(struct pci_dev *dev, unsigned int size)
|
|
int pci_set_dma_max_seg_size(struct pci_dev *dev, unsigned int size)
|